Kassi - Kodi/XBMC Remote Control

Kassi - Kodi/XBMC Remote Control

Kassi is a Kodi/XBMC Remote Control for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Kassi - Kodi/XBMC Remote Control",
  "description": "Kassi is a Kodi/XBMC Remote Control for Chrome",
  "version": "2.3.3",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_icon": "icons/48.png",
    "default_popup": "remote.html",
    "default_title": "Kassi"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "options_page": "settings.html",
  "short_name": "Kassi"
}