Adol Monitor rozšíření

Adol Monitor rozšíření

Adol Monitor rozšíření, adol.cz

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Adol Monitor rozšíření",
  "version": "2.0.2",
  "description": "Adol Monitor rozšíření, adol.cz",
  "icons": {
    "16": "images/icon_16_trans.png",
    "32": "images/icon_32_trans.png",
    "48": "images/icon_48_trans.png",
    "76": "images/icon_76_trans.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.adol.cz/*",
        "*://*.monitordrazeb.cz/*"
      ],
      "js": [
        "injector.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "logger.min.js",
      "config.js",
      "executor.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon_48_trans.png",
    "default_title": "Adol Monitor",
    "default_popup": "popup_action/index.html"
  },
  "permissions": [
    "cookies",
    "background",
    "*://*.cuzk.cz/*",
    "*://*.adol.cz/*",
    "*://*.monitordrazeb.cz/*"
  ]
}