ShopBuddy

ShopBuddy

Never miss a deal! Save time and money and earn cash back when you shop online with ShopBuddy. ShopBuddy is powered by SHOP.COM.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "ShopBuddy USA",
  "version": "4.0.44.0",
  "description": "Never miss a deal or cash back offer with ShopBuddy, powered by SHOP.COM.",
  "homepage_url": "http://shop.com/",
  "browser_action": {
    "default_icon": {
      "20": "./icons/20x20.png"
    },
    "default_title": "ShopBuddy USA"
  },
  "author": "shop.com",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "sessions",
    "alarms",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "vendors/bundle.js",
      "background/bundle.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "vendors/bundle.js",
        "content/bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "24": "./icons/24x24.png",
    "48": "./icons/48x48.png",
    "128": "./icons/128x128.png"
  },
  "web_accessible_resources": [
    "content/*.css",
    "content/*.svg",
    "icons/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{56008b14-f814-4e84-aef9-e284f2300b95}"
    }
  }
}