SmartSpending

SmartSpending

Never miss a deal when you shop online. SmartSpending™ will automatically remind you if there’s a discount you can use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SmartSpending",
  "author": "Reward Gateway (UK) Ltd.",
  "description": "Never miss a deal when you shop online. SmartSpending™ will automatically remind you if there’s a discount you can use.",
  "version": "1.4.6",
  "icons": {
    "16": "assets/ss-icons/colour-16px.png",
    "48": "assets/ss-icons/colour-48px.png",
    "128": "assets/ss-icons/colour-128px.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "auth/options.html",
  "options_ui": {
    "page": "auth/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "scripting",
    "identity",
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {},
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}