Keiser eChip Portal Tool

Keiser eChip Portal Tool

Chrome web portal which allows communication with the Keiser eChip system using the 1-Wire® communication protocol.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Keiser eChip Portal Tool",
  "short_name": "eChip Portal",
  "description": "Chrome web portal which allows communication with the Keiser eChip system using the 1-Wire® communication protocol.",
  "version": "1.2.1",
  "minimum_chrome_version": "42",
  "kiosk_enabled": true,
  "icons": {
    "16": "icon/icon_16.png",
    "128": "icon/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "usb",
    "webview",
    "storage",
    "fullscreen"
  ],
  "optional_permissions": [
    {
      "usbDevices": [
        {
          "vendorId": 1274,
          "productId": 9360
        }
      ]
    }
  ]
}