BLHeli - Configurator

BLHeli - Configurator

Cross-platform configuration tool for BLHeli-based electronic speed controllers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "minimum_chrome_version": "38",
  "version": "1.1.0",
  "author": "DieHertz",
  "name": "BLHeli - Configurator",
  "short_name": "blheli-configurator",
  "description": "Cross-platform configuration tool for BLHeli-based electronic speed controllers",
  "icons": {
    "128": "images/icon_128.png"
  },
  "offline_enabled": true,
  "default_locale": "en",
  "app": {
    "background": {
      "scripts": [
        "eventPage.js"
      ],
      "persistent": false
    }
  },
  "permissions": [
    "https://www.google-analytics.com/",
    "https://*.github.com/",
    "https://*.githubusercontent.com/",
    "serial",
    "usb",
    "storage",
    "fileSystem",
    "fileSystem.write",
    "fileSystem.retainEntries",
    "unlimitedStorage",
    "notifications"
  ]
}