WEB.DE Gutschein-Alarm für Google Chrome

WEB.DE Gutschein-Alarm für Google Chrome

Der WEB.DE Gutschein-Alarm zeigt Ihnen beim Shoppen im Internet unmittelbar auf der Angebotsseite alle verfügbaren Gutscheine an.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WEB.DE Gutschein-Alarm für Google Chrome",
  "short_name": "WEB.DE Gutschein-Alarm",
  "description": "Der WEB.DE Gutschein-Alarm zeigt Ihnen beim Shoppen im Internet unmittelbar auf der Angebotsseite alle verfügbaren Gutscheine an.",
  "version": "1.1.0.7",
  "permissions": [
    "tabs",
    "activeTab",
    "http://*/*",
    "https://*/*",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "Config.js",
      "tracker_google_analytics.js",
      "tracker_uim_tif.js",
      "beridaBackground.js",
      "beridaChromeExtensionVouchers.js",
      "jquery-2.1.1.js",
      "jstorage.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "/resources/images/gutscheinalarm-gruen-19.png",
    "default_title": "WEB.DE Gutschein-Alarm für Google Chrome"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com  https://script.ioam.de/iam.js https://uim.tifbs.net/js/95749.js; object-src 'self'",
  "icons": {
    "128": "/resources/images/gutscheinalarm-gruen.png"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "run_at": "document_end",
      "js": [
        "inject_sidebar.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "sidebar.js",
    "sidebar.css",
    "/resources/images/*.png"
  ]
}