GetJam - find Coupons and Promo codes

GetJam - find Coupons and Promo codes

The best coupons and discounts for online shopping

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "author": "Yevgen",
  "version": "2.0.1",
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon_browser_48.png",
    "128": "icons/icon_browser_128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_title": "GetJam",
    "default_popup": "pages/popup.html"
  },
  "background": {
    "persistent": true,
    "page": "pages/background.html"
  },
  "default_locale": "en",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "js/content.js",
    "manifest.json"
  ]
}