electric commander monitor

electric commander monitor

Keep up to date on the status of Electric Commander.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "description": "Keep up to date on the status of Electric Commander.",
  "minimum_chrome_version": "31",
  "name": "electric commander monitor",
  "permissions": [
    "storage",
    "tabs",
    "debugger",
    "http://*/",
    "https://*/",
    "alarms",
    "notifications"
  ],
  "version": "1.0",
  "manifest_version": 2
}