ShopBuddy for Canada: Cash Back & Coupons

ShopBuddy for Canada: Cash Back & Coupons

Earn cash back, find great deals and savings from 1000s of stores online with ShopBuddy, powered by SHOP.COM.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ShopBuddy for Canada: Cash Back & Coupons",
  "version": "4.0.21.0",
  "description": "Earn cash back, find great deals and savings from 1000s of stores online with ShopBuddy, powered by SHOP.COM.",
  "homepage_url": "https://ca.shop.com",
  "author": "shop.com",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "alarms"
  ],
  "background": {
    "service_worker": "background/bundle.js"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "vendors/bundle.js",
        "content/bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "24": "./icons/24x24.png",
    "48": "./icons/48x48.png",
    "128": "./icons/128x128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content/*.css",
        "content/*.svg",
        "icons/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "action": {
    "default_icon": {
      "20": "./icons/20x20.png"
    },
    "default_title": "ShopBuddy Canada"
  }
}