Shopping Tips

Shopping Tips

Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shopping Tips",
  "description": "Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!",
  "version": "0.16",
  "manifest_version": 3,
  "icons": {
    "192": "icons/logo128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "icons/logo16bw.png",
      "32": "icons/logo32bw.png",
      "48": "icons/logo48.png",
      "128": "icons/logo128.png"
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "notification/main.css",
        "notification/main.js",
        "notification/notification.html",
        "notification_script.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "background.js"
  }
}