ShopSmart

ShopSmart

With ShopSmart, get the most out of your favourite online store. Popular deals and coupons are now just a click away.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ShopSmart",
  "version": "1.1.7",
  "description": "With ShopSmart, get the most out of your favourite online store. Popular deals and coupons are now just a click away.",
  "background": {
    "scripts": [
      "background.min.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-latest.min.js",
        "env.min.js",
        "contentscript.min.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "icons.png",
    "notifier.png",
    "fb.png",
    "tweet.png",
    "google.png",
    "shopdealz.png"
  ],
  "icons": {
    "16": "sdicon16.png",
    "48": "sdicon48.png",
    "128": "sdicon128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}