The Good Us: the Sustainability Scoring Tool

The Good Us: the Sustainability Scoring Tool

The Good Us: the sustainability scoring tool to help you make more eco-conscious decisions when shopping for clothes online

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Good Us: the Sustainability Scoring Tool",
  "short_name": "The Good Us",
  "version": "0.2.7",
  "description": "The Good Us: the sustainability scoring tool to help you make more eco-conscious decisions when shopping for clothes online",
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "48": "images/icon48.png",
    "96": "images/icon96.png",
    "128": "images/icon128.png"
  },
  "incognito": "not_allowed",
  "offline_enabled": false,
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "48": "images/icon48.png",
      "96": "images/icon96.png",
      "128": "images/icon128.png"
    },
    "default_title": "The Good Us Shopping Assistant: helping you make more sustainability-conscious decisions when shopping for clothes online"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "webNavigation",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.asos.com/*",
        "*://*.boden.co.uk/*",
        "*://*.debenhams.com/*",
        "*://*.farfetch.com/*",
        "*://*.hm.com/*",
        "*://*.johnlewis.com/*",
        "*://*.mango.com/*",
        "*://*.marksandspencer.com/*",
        "*://*.net-a-porter.com/*",
        "*://*.riverisland.com/*",
        "*://*.topman.com/*",
        "*://*.topshop.com/*",
        "*://*.uniqlo.com/*",
        "*://*.zalando.co.uk/*",
        "*://*.zara.com/*"
      ],
      "js": [
        "js/sentry.min.js",
        "js/insert.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "author": "The Good Us",
  "homepage_url": "https://thegoodus.co.uk/"
}