TCS Benefits

TCS Benefits

Täglich sparen mit TCS Benefits

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TCS Benefits",
  "description": "__MSG_application_description__",
  "default_locale": "de",
  "version": "2.3.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "icons": {
    "16": "icons/tcs_icon_16.png",
    "48": "icons/tcs_icon_48.png",
    "128": "icons/tcs_icon_128.png"
  },
  "permissions": [
    "tabs",
    "webNavigation",
    "storage",
    "activeTab"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "iframe/*",
        "scripts/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}