NPOPEN

NPOPEN

NPOPEN Kodi helper add-on for use on npo.nl & www.vprogids.nl.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "NPOPEN",
  "description": "NPOOPEN Kodi helper for npo.nl & www.vprogids.nl",
  "version": "0.14",
  "manifest_version": 2,
  "icons": {
    "32": "icon.svg",
    "48": "icon.svg",
    "64": "icon.svg",
    "96": "icon.svg"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "optional_permissions": [
    "*://*.local/*",
    "<all_urls>"
  ],
  "options_ui": {
    "page": "pages/options.html",
    "browser_style": true
  },
  "page_action": {
    "browser_style": true,
    "show_matches": [
      "*://npo.nl/*",
      "*://www.vprogids.nl/*"
    ],
    "default_icon": {
      "19": "icon.svg",
      "38": "icon.svg"
    },
    "default_title": "NPOPEN",
    "default_popup": "pages/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "109.0"
    },
    "gecko_android": {
      "strict_min_version": "115.0"
    }
  }
}