MyIPCam

MyIPCam

Easy and quick way to view and control your IP-cameras

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extTitle__",
  "description": "__MSG_extDesc__",
  "developer": {
    "name": "Denfllow",
    "url": "http://myipcamapp.net"
  },
  "manifest_version": 2,
  "version": "1.2.10",
  "icons": {
    "18": "cam-button.png",
    "64": "cam64.png",
    "128": "cam128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "short_name": "MyIPCam",
  "browser_action": {
    "default_title": "MyIPCam Ctrl+M",
    "default_icon": "cam-button.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+M",
        "mac": "MacCtrl+M"
      }
    }
  },
  "homepage_url": "http://myipcamapp.net",
  "default_locale": "en_GB",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*",
    "storage"
  ]
}