Tigapo NFC

Tigapo NFC

Tigapo NFC publish test

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tigapo NFC",
  "version": "0.0.0.2",
  "description": "Tigapo NFC publish test",
  "manifest_version": 2,
  "permissions": [
    "usb",
    {
      "usbDevices": [
        {
          "vendorId": 1254,
          "productId": 21905
        },
        {
          "vendorId": 1839,
          "productId": 8704
        }
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://127.0.0.1:8080/"
    ]
  },
  "app": {
    "background": {
      "scripts": [
        "background.js",
        "chrome-nfc.js"
      ]
    }
  }
}