Shoppingzeit Gutschein Finder

Shoppingzeit Gutschein Finder

Automatically informs users if there are vouchers for the website they're on.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Shoppingzeit Gutschein Finder",
  "description": "Automatically informs users if there are vouchers for the website they're on.",
  "version": "1.3.1.1",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon_grey.png",
    "default_popup": "popup.html",
    "default_title": "shoppingzeit"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "background",
    "http://*/*",
    "https://*/*",
    "notifications",
    "alarms",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "clipboardRead"
  ]
}