betaflight-configurator/manifest.json

35 lines
754 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.39",
2014-03-08 05:25:15 +00:00
2014-02-21 19:33:37 +00:00
"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",
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": [ "background.js" ]
}
},
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",
"storage",
"fileSystem",
"fileSystem.write",
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
2013-05-21 09:46:12 +00:00
"icons": {
"128": "images/icon_128.png"
}
2013-04-08 15:29:52 +00:00
}