MotiConnect

MotiConnect

The MotiConnect allows the user to connect the Moticam X series IP camera via wifi-network, preview and edit the live image.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MotiConnect",
  "description": "The MotiConnect allows the user to connect the Moticam X series IP camera via wifi-network,  preview and edit the live image.",
  "manifest_version": 2,
  "version": "1.0.0.4",
  "author": "Motic China Group Co., Ltd.",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "sockets": {
    "udp": {
      "bind": "*",
      "send": "*"
    },
    "tcp": {
      "connect": "*"
    }
  },
  "permissions": [
    "system.network",
    "webview",
    "<all_urls>",
    {
      "socket": [
        "udp-send-to",
        "tcp-connect",
        "tcp-listen"
      ]
    },
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "storage"
  ],
  "offline_enabled": true,
  "icons": {
    "16": "img/app_icon_16X16.png",
    "48": "img/app_icon_48X48.png",
    "128": "img/app_icon_128X128.png"
  }
}