Clearya

Clearya

Nontoxic Shopping Simplified

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.7.3.5",
  "icons": {
    "16": "assets/icon16b.png",
    "32": "assets/icon32b.png",
    "48": "assets/icon48b.png",
    "128": "assets/icon128b.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*.png",
        "assets/*.ttf",
        "assets/*.jpg",
        "jquery-3.3.1.min.js",
        "container.html",
        "templates/*.css",
        "templates/*.html",
        "templates/*.jpg",
        "templates/*.png"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "imenjneiobjaiopidanhnejjjaifdhcf"
      ]
    }
  ],
  "action": {
    "default_icon": "assets/icon16b_off.png",
    "default_title": "Clearya",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "eventPage.js"
  },
  "externally_connectable": {
    "matches": [
      "https://*.clearya.com/*"
    ]
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "alarms"
  ],
  "optional_host_permissions": [
    "https://*.amazon.com/*",
    "https://*.sephora.com/*",
    "https://*.iherb.com/*",
    "https://*.walmart.com/*",
    "https://*.target.com/*"
  ]
}