ShopBuddy USA

ShopBuddy USA

Never miss a deal or cash back offer with ShopBuddy, powered by SHOP.COM.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "ShopBuddy USA",
  "version": "4.0.46.0",
  "description": "Never miss a deal or cash back offer with ShopBuddy, powered by SHOP.COM.",
  "homepage_url": "http://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 USA"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}