betaflight-configurator/manifest.json

44 lines
967 B
JSON
Raw Normal View History

2013-04-08 15:29:52 +00:00
{
2014-02-21 19:33:37 +00:00
"manifest_version": 2,
2014-07-16 23:27:28 +00:00
"minimum_chrome_version": "36",
"version": "0.50.3",
"author": "Hydra",
"name": "Cleanflight - Configurator",
"short_name": "cleanflight",
"description": "Crossplatform configuration tool for Cleanflight 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": {
"scripts": ["eventPage.js"],
"persistent": false
2013-04-08 15:29:52 +00:00
}
},
2014-03-08 05:25:15 +00:00
2013-04-08 15:29:52 +00:00
"permissions": [
2013-08-26 13:17:13 +00:00
"https://www.google-analytics.com/",
"https://*.github.com/",
2014-04-25 22:08:18 +00:00
"https://*.githubusercontent.com/",
"serial",
"usb",
"storage",
"fileSystem",
"fileSystem.write",
"fileSystem.retainEntries",
2013-11-12 06:15:18 +00:00
"notifications"
2013-05-21 09:46:12 +00:00
],
2014-03-08 05:25:15 +00:00
"optional_permissions": [
{"usbDevices": [
{"vendorId": 1155, "productId": 57105}
]}
],
2013-05-21 09:46:12 +00:00
"icons": {
"128": "images/icon_128.png"
}
}