betaflight-configurator/manifest.json

33 lines
727 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,
"minimum_chrome_version": "33",
"version": "0.26",
"author": "cTn",
2014-01-18 18:20:47 +00:00
"name": "Baseflight - Configurator",
2013-10-16 09:16:02 +00:00
"short_name": "baseflight",
2014-02-21 19:33:37 +00:00
"description": "Crossplatform configuration tool for Baseflight flight control system",
"offline_enabled": true,
2013-04-08 15:29:52 +00:00
"app": {
"background": {
"scripts": [ "background.js" ]
}
},
"permissions": [
2013-08-26 13:17:13 +00:00
"https://www.google-analytics.com/",
"https://*.github.com/",
"serial",
"storage",
"fileSystem",
"fileSystem.write",
2013-11-12 06:15:18 +00:00
"clipboardWrite",
"notifications"
2013-05-21 09:46:12 +00:00
],
"icons": {
"128": "images/icon_128.png"
}
2013-04-08 15:29:52 +00:00
}