We-Row

We-Row

Enable your WaterRower to communicate with We-Row

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "We-Row",
  "version": "0.2.3",
  "manifest_version": 2,
  "description": "Enable your WaterRower to communicate with We-Row",
  "icons": {
    "16": "public/img/icons/icon16.png",
    "48": "public/img/icons/icon48.png",
    "128": "public/img/icons/icon128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "app/js/background.js"
      ]
    }
  },
  "permissions": [
    "webview",
    "serial",
    "power"
  ]
}