Foxmote

Foxmote

Yet another XBMC remote, compatible frodo and above.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Foxmote",
  "description": "Yet another XBMC remote, compatible frodo and above.",
  "version": "2.2.3",
  "app": {
    "background": {
      "scripts": [
        "js/chrome.js"
      ]
    }
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "icons": {
    "16": "img/icons/foxy-16.png",
    "32": "img/icons/foxy-32.png",
    "64": "img/icons/foxy-64.png",
    "128": "img/icons/foxy-128.png"
  }
}