Rabattcorner

Rabattcorner

Mit der Rabattcorner Cashback-Erinnerung kannst du beim Online-Shoppen bei über 790 Partnern Geld zurück bekommen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "2.1.6.4",
  "default_locale": "de",
  "icons": {
    "128": "assets/icons/icon-128.png"
  },
  "description": "__MSG_appDesc__",
  "short_name": "__MSG_appName__",
  "permissions": [
    "storage",
    "cookies",
    "alarms",
    "http://*/*",
    "https://*/*",
    "browser_action"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "applications": {
    "gecko": {
      "id": "jid1-7eplFgLu6atoog@jetpack",
      "strict_min_version": "42.0"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "assets/icons/icon-128.png"
    },
    "default_title": "__MSG_appName__",
    "browser_style": false
  },
  "background": {
    "scripts": [
      "js/background.bundle.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/contentScript.bundle.js"
      ]
    },
    {
      "matches": [
        "https://*.rabattcorner.ch/visit/*",
        "https://*.rabattcorner.ch/special_offer/visit/*"
      ],
      "js": [
        "assets/visit.js"
      ]
    },
    {
      "matches": [
        "https://*.rabattcorner.ch/*"
      ],
      "css": [
        "assets/dnld-bar.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "assets/bar/*"
  ]
}