My Coupon Tab

My Coupon Tab

Automatically Finds the Best Coupons

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "My Coupon Tab",
  "description": "Automatically Finds the Best Coupons",
  "version": "1.0.7",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "https://www.imgviewer.net/",
    "http://www.myweathernewtab.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "16": "coupon16.png",
    "32": "coupon32.png",
    "48": "coupon48.png",
    "128": "coupon128.png"
  }
}