Controlo remoto IRIS

Controlo remoto IRIS

Controlo remoto das boxes IRIS a partir do browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Controlo remoto IRIS",
  "short_name": "Controlo remoto IRIS",
  "description": "Controlo remoto das boxes IRIS a partir do browser",
  "version": "1.3.1",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "jquery.js",
        "jquery.ajaxq.js",
        "util.js",
        "nos.js",
        "background.js"
      ]
    }
  },
  "permissions": [
    "http://a212-113-188-171.cpe.netcabo.pt/**",
    "notifications",
    "storage",
    "alarms"
  ],
  "icons": {
    "128": "icon128.png"
  }
}