Progressive Shopper

Progressive Shopper

Progressive Shopper

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Progressive Shopper",
  "name": "Progressive Shopper",
  "description": "Progressive Shopper",
  "action": {
    "default_title": "Progressive Shopper",
    "default_icon": {
      "16": "static/images/icon16.png",
      "48": "static/images/icon48.png",
      "128": "static/images/icon128.png"
    }
  },
  "manifest_version": 3,
  "version": "0.1.8",
  "author": "",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "content_scripts": [
    {
      "js": [
        "static/js/library/jquery.js",
        "static/js/contentscript.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "static/js/eventPage.js"
  },
  "permissions": [],
  "icons": {
    "16": "static/images/icon16.png",
    "48": "static/images/icon48.png",
    "128": "static/images/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "index.html?type=ribbon"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}