LIQUI MOLY HBL

LIQUI MOLY HBL

Erhalten Sie alle News und Ergebnisse Ihres Teams an einem Ort

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/browser-polyfill.js",
      "js/util.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.hbl-tab.com/*"
      ],
      "js": [
        "js/beacon-script.js"
      ]
    }
  ],
  "manifest_version": 2,
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "description": "__MSG_appDesc__",
  "name": "__MSG_appStoreName__",
  "default_locale": "en",
  "permissions": [
    "https://*.hbl-tab.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "new-tab/new-tab.html"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.1"
}