Goodbase.ai

Goodbase.ai

The goodbase project ranks clothing brands on sustainability. Find sustainable fashion here.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Goodbase.ai",
  "description": "The goodbase project ranks clothing brands on sustainability. Find sustainable fashion here.",
  "version": "1.0.5",
  "permissions": [
    "activeTab",
    "http://localhost:8000/*",
    "https://api.goodbase.ai/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "assets/icon_48.png",
    "128": "assets/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.zalando.cp,/*",
        "https://*.zalando.nl/*",
        "https://*.zalando.de/*",
        "https://*.zalando.fr/*",
        "https://*.zalando.lu/*",
        "https://*.zalando.at/*",
        "https://*.zalando.it/*",
        "https://*.zalando.no/*",
        "https://*.zalando.ch/*",
        "https://*.zalando.es/*",
        "https://*.zalando.se/*",
        "https://*.zalando.uk/*",
        "https://*.zalando.dk/*",
        "https://*.zalando.pl/*",
        "https://*.zalando.be/*",
        "https://*.zalando.fi/*",
        "https://*.zalando.cz/*",
        "https://*.zalando.ie/*",
        "https://*.zalando.de/*",
        "https://www.aboutyou.nl/*",
        "https://www.aboutyou.de/*",
        "https://www.aboutyou.at/*",
        "https://www.aboutyou.ch/*",
        "https://www.aboutyou.pl/*",
        "https://www.aboutyou.cz/*",
        "https://www.aboutyou.be/*",
        "https://www.aboutyou.sk/*",
        "https://www.aboutyou.hu/*",
        "https://www.aboutyou.ro/*",
        "https://www.aboutyou.si/*",
        "https://www.aboutyou.lv/*",
        "https://www.aboutyou.lt/*",
        "https://www.aboutyou.ee/*",
        "https://www.aboutyou.com/*"
      ],
      "css": [
        "css/inject.css"
      ],
      "js": [
        "js/psl.min.js",
        "js/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}