Blackfisk Beta Chrome App

Blackfisk Beta Chrome App

This utility bridging websites with USB HID Barcode Scanners and USB Scales - eg: Mettler Toledo PS60, Dymo, Holtek

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Blackfisk Beta Chrome App",
  "description": "This utility bridging websites with USB HID Barcode Scanners and USB Scales - eg: Mettler Toledo PS60, Dymo, Holtek",
  "short_name": "blackfisk-beta-chrome-app",
  "version": "1.7.2",
  "manifest_version": 2,
  "externally_connectable": {
    "matches": [
      "http://localhost:9090/*",
      "http://loc.blackfisk.com:9090/*",
      "https://*.outlandusa.com/*",
      "https://*.geartree.com/*",
      "https://*.blackfisk.com/*",
      "https://sentry.io/*",
      "https://*.sentry.io/*",
      "https://*.loggly.com/*"
    ]
  },
  "kiosk_enabled": true,
  "app": {
    "title": "Bläckfisk Shipping Interface",
    "background": {
      "scripts": [
        "/static/js/background.js"
      ]
    }
  },
  "permissions": [
    "usb",
    "notifications",
    "hid",
    "webview",
    "storage",
    "fullscreen",
    "alwaysOnTopWindows",
    "https://*.loggly.com/*",
    {
      "usbDevices": [
        {
          "vendorId": 2338,
          "productId": 32777
        },
        {
          "vendorId": 3768,
          "productId": 61440
        },
        {
          "vendorId": 1241,
          "productId": 32784
        },
        {
          "vendorId": 2338,
          "productId": 32771
        }
      ]
    }
  ],
  "icons": {
    "16": "/static/icons/beta/favicon-16x16.png",
    "32": "/static/icons/beta/favicon-32x32.png",
    "64": "/static/icons/beta/apple-touch-icon-60x60.png",
    "128": "/static/icons/beta/favicon-128.png",
    "256": "/static/icons/beta/mstile-150x150.png",
    "512": "/static/icons/beta/mstile-310x310.png"
  },
  "sockets": {
    "tcp": {
      "connect": "*"
    },
    "tcpServer": {
      "listen": "*"
    }
  }
}