设备搜索工具

设备搜索工具

设备搜索工具

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "设备搜索工具",
  "description": "设备搜索工具",
  "version": "1.0.8.8",
  "minimum_chrome_version": "33",
  "icons": {
    "16": "img/A9_16.png",
    "48": "img/A9_48.png",
    "128": "img/A9_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "util/jquery-1.6.4.min.js",
        "stringConverter.js",
        "netudp.js",
        "parseTool.js",
        "CrcHelper.js",
        "A9Protocol/A9Cmds.js",
        "A9Protocol/cmd_0xff01.js",
        "A9Protocol/cmd_0xff02.js",
        "A9Protocol/cmd_0xff03.js",
        "A9Protocol/cmd_0xff04.js",
        "A9Protocol/cmd_0xff05.js",
        "A9Protocol/cmd_0xff06.js",
        "A9Protocol/cmd_0xff0D.js",
        "A9Protocol/A9SearchTool.js",
        "IOProtocol/IOCmds.js",
        "IOProtocol/cmd_0xff01.js",
        "IOProtocol/cmd_0xff02.js",
        "IOProtocol/cmd_0xff03.js",
        "IOProtocol/cmd_0xff04.js",
        "IOProtocol/cmd_0xff05.js",
        "IOProtocol/cmd_0xff06.js",
        "IOProtocol/IOSearchTool.js",
        "main.js",
        "page/background.js"
      ]
    }
  },
  "sockets": {
    "udp": {
      "send": [
        "*"
      ],
      "bind": [
        "*"
      ]
    }
  },
  "permissions": [
    "system.network",
    "storage",
    "http://localhost/*",
    "http://staging.cloud.zlcxdev.com/*",
    "http://cloud.zlcxdev.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://staging.cloud.zlcxdev.com/*",
      "*://cloud.zlcxdev.com/*"
    ]
  },
  "url_handlers": {
    "openApp": {
      "matches": [
        "http://staging.cloud.zlcxdev.com/open-chrome-app/dsearch?code=*"
      ],
      "title": "Open App"
    }
  }
}