IS MUNI extra

IS MUNI extra

Extra funkcie pre MUNI IS.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_extDescription__",
  "version": "1.3.9",
  "default_locale": "sk",
  "author": "Norbert Slivka",
  "homepage_url": "http://jksdf.github.io/ismuni-extra/",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://is.muni.cz/*"
      ],
      "js": [
        "default.js",
        "logger.js",
        "content.js"
      ],
      "css": [
        "layout.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "default.js",
      "logger.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "web_accessible_resources": [
    "images/cross.png"
  ],
  "permissions": [
    "tabs",
    "storage",
    "contextMenus",
    "clipboardWrite"
  ]
}