Gratis Gutscheine für Dich

Gratis Gutscheine für Dich

Wir informieren Dich GRATIS über verfügbare Gutscheine, wenn Du online einkaufst. 100% kostenlos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gratis Gutscheine für Dich",
  "version": "1.4.8",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "img/logo48px.png"
  },
  "permissions": [
    "webRequest",
    "http://www.gutscheindoktor.de/",
    "activeTab",
    "tabs",
    "http://*/",
    "https://*/",
    "storage"
  ],
  "background": {
    "scripts": [
      "js/application.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/utils.js",
        "js/trigger.js",
        "js/templateEngine.js",
        "js/jquery.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "img/*.png",
    "img/*.gif",
    "css/*.css",
    "templates/*.html"
  ],
  "description": "Wir informieren Dich GRATIS über verfügbare Gutscheine, wenn Du online einkaufst. 100% kostenlos.",
  "icons": {
    "16": "img/logo16px.png",
    "48": "img/logo48px.png",
    "64": "img/logo64px.png"
  }
}