betaflight-configurator/manifest.json

65 lines
1.8 KiB
JSON
Raw Normal View History

2013-04-08 15:29:52 +00:00
{
2014-02-21 19:33:37 +00:00
"manifest_version": 2,
"minimum_chrome_version": "38",
"version": "10.6.0",
2016-06-20 19:31:00 +00:00
"author": "Betaflight Squad",
2016-06-11 02:38:24 +00:00
"name": "Betaflight - Configurator",
"short_name": "Betaflight",
"description": "Crossplatform configuration tool for Betaflight flight control system",
2014-03-08 05:25:15 +00:00
2014-02-21 19:33:37 +00:00
"offline_enabled": true,
2014-03-08 05:25:15 +00:00
"default_locale": "en",
2013-04-08 15:29:52 +00:00
"app": {
"background": {
2018-01-24 23:37:07 +00:00
"scripts": ["js/eventPage.js"],
"persistent": false
2013-04-08 15:29:52 +00:00
}
},
"permissions": [
2019-02-27 17:32:23 +00:00
"https://api.openstreetmap.org/",
"https://*.github.com/",
2014-04-25 22:08:18 +00:00
"https://*.githubusercontent.com/",
"http://*.baseflight.net/",
"https://*.amazonaws.com/",
2018-08-08 11:00:59 +00:00
"https://*.betaflight.tech/",
2018-07-31 13:12:24 +00:00
"https://www.google-analytics.com/",
"serial",
"usb",
"storage",
"fileSystem",
"fileSystem.write",
"fileSystem.retainEntries",
"notifications",
"alwaysOnTopWindows",
{"usbDevices": [
{"vendorId": 1155, "productId": 57105},
{"vendorId": 10473, "productId": 393}
]},
"webview",
"unlimitedStorage"
],
"sockets": {
"tcp": {
"connect": "*:*"
}
},
"webview": {
"partitions": [
{
"name": "map",
2019-02-27 17:32:23 +00:00
"accessible_resources" : ["tabs/map.html",
"js/tabs/map.js",
"/js/libraries/openlayers/ol.css",
"/js/libraries/openlayers/ol.js",
2019-04-03 10:35:06 +00:00
"/images/icons/cf_icon_position.png",
"/images/icons/cf_icon_position_nofix.png"]
}
]
},
2013-05-21 09:46:12 +00:00
"icons": {
2016-06-12 15:41:14 +00:00
"128": "images/bf_icon_128.png"
2013-05-21 09:46:12 +00:00
}
}