57 lines
1.3 KiB
JSON
Executable File
57 lines
1.3 KiB
JSON
Executable File
{
|
|
"manifest_version": 2,
|
|
"minimum_chrome_version": "38",
|
|
"version": "3.2.2",
|
|
"author": "Betaflight Squad",
|
|
"name": "Betaflight - Configurator",
|
|
"short_name": "Betaflight",
|
|
"description": "Crossplatform configuration tool for Betaflight flight control system",
|
|
|
|
"offline_enabled": true,
|
|
|
|
"default_locale": "en",
|
|
|
|
"app": {
|
|
"background": {
|
|
"scripts": ["eventPage.js"],
|
|
"persistent": false
|
|
}
|
|
},
|
|
"permissions": [
|
|
"https://maps.googleapis.com/*",
|
|
"https://*.github.com/",
|
|
"https://*.githubusercontent.com/",
|
|
"http://*.baseflight.net/",
|
|
"https://*.amazonaws.com/",
|
|
"serial",
|
|
"usb",
|
|
"storage",
|
|
"fileSystem",
|
|
"fileSystem.write",
|
|
"fileSystem.retainEntries",
|
|
"notifications",
|
|
"alwaysOnTopWindows",
|
|
{"usbDevices": [
|
|
{"vendorId": 1155, "productId": 57105}
|
|
]},
|
|
"webview"
|
|
],
|
|
"sockets": {
|
|
"tcp": {
|
|
"connect": "*:*"
|
|
}
|
|
},
|
|
"webview": {
|
|
"partitions": [
|
|
{
|
|
"name": "map",
|
|
"accessible_resources" : ["tabs/map.html", "tabs/map.js", "/images/icons/cf_icon_position.png"]
|
|
}
|
|
]
|
|
},
|
|
|
|
"icons": {
|
|
"128": "images/bf_icon_128.png"
|
|
}
|
|
}
|