betaflight-configurator/manifest.json

29 lines
630 B
JSON
Raw Normal View History

2013-04-08 15:29:52 +00:00
{
2013-08-26 13:17:13 +00:00
"name": "baseflight - Configurator",
2013-10-16 09:16:02 +00:00
"short_name": "baseflight",
2013-04-13 10:55:25 +00:00
"description": "Cool crossplatform configurator",
"version": "0.25",
2013-04-08 15:29:52 +00:00
"manifest_version": 2,
"minimum_chrome_version": "33",
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
}