ShopBuddy for Malaysia - Earn Points Shopping

ShopBuddy for Malaysia - Earn Points Shopping

Shop, save and earn Points at MY.SHOP.COM partner stores with ShopBuddy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ShopBuddy for Malaysia - Earn Points Shopping",
  "version": "4.0.3.0",
  "description": "Shop, save and earn Points at MY.SHOP.COM partner stores with ShopBuddy.",
  "homepage_url": "http://my.shop.com/",
  "browser_action": {
    "default_icon": {
      "20": "./icons/20x20.png"
    },
    "default_title": "ShopBuddy Malaysia"
  },
  "author": "shop.com",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "<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"
  ]
}