Dzb Usb Device

Dzb Usb Device

this is a usb translate device, it can write on paper.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dzb Usb Device",
  "version": "4.3",
  "manifest_version": 2,
  "minimum_chrome_version": "23",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "hid",
    {
      "usbDevices": [
        {
          "vendorId": 3616,
          "productId": 257
        }
      ]
    }
  ],
  "optional_permissions": [
    {
      "usbDevices": [
        {
          "vendorId": 3616,
          "productId": 257
        }
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.dz101.com/*"
    ]
  }
}