Rabattcorner

Rabattcorner

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "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": [
    "cookies",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "minimum_chrome_version": "88",
  "action": {
    "default_icon": {
      "128": "assets/icons/icon-128.png"
    },
    "default_title": "Rabattcorner",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/background.bundle.js"
  },
  "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": [
    {
      "resources": [
        "assets/bar/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}