Télécommande SFR Décodeur Plus

Télécommande SFR Décodeur Plus

Permet de commander un SFR Décodeur Plus depuis 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": "Télécommande SFR Décodeur Plus",
  "description": "Permet de commander un SFR Décodeur Plus depuis Chrome",
  "homepage_url": "http://github.com/xfournet/sdp-remote-control",
  "version": "1.2",
  "icons": {
    "16": "res/icon_16.png",
    "24": "res/icon_24.png",
    "32": "res/icon_32.png",
    "48": "res/icon_48.png",
    "128": "res/icon_128.png"
  },
  "background": {
    "scripts": [
      "remote.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "options_page": "options.html"
}