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.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "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"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}