2013-04-08 15:29:52 +00:00
|
|
|
{
|
2014-02-21 19:33:37 +00:00
|
|
|
"manifest_version": 2,
|
2014-10-09 08:23:59 +00:00
|
|
|
"minimum_chrome_version": "38",
|
2015-11-14 00:38:55 +00:00
|
|
|
"version": "1.1.0",
|
2014-05-15 23:39:04 +00:00
|
|
|
"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
|
|
|
|
2014-03-20 21:24:49 +00:00
|
|
|
"default_locale": "en",
|
|
|
|
|
2013-04-08 15:29:52 +00:00
|
|
|
"app": {
|
|
|
|
"background": {
|
2014-07-30 17:53:33 +00:00
|
|
|
"scripts": ["eventPage.js"],
|
|
|
|
"persistent": false
|
2013-04-08 15:29:52 +00:00
|
|
|
}
|
|
|
|
},
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2015-11-17 02:27:44 +00:00
|
|
|
"sandbox": {
|
|
|
|
"pages": [
|
|
|
|
"tabs/map.html"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"permissions": [
|
2013-08-26 13:17:13 +00:00
|
|
|
"https://www.google-analytics.com/",
|
2013-11-13 12:23:37 +00:00
|
|
|
"https://*.github.com/",
|
2014-04-25 22:08:18 +00:00
|
|
|
"https://*.githubusercontent.com/",
|
2014-10-24 13:36:19 +00:00
|
|
|
"http://*.baseflight.net/",
|
2014-12-18 22:38:55 +00:00
|
|
|
"http://*.cleanflight.com/",
|
2015-02-26 17:47:18 +00:00
|
|
|
"https://*.amazonaws.com/",
|
2013-06-17 21:36:19 +00:00
|
|
|
"serial",
|
2014-06-08 16:42:31 +00:00
|
|
|
"usb",
|
2013-06-18 18:13:26 +00:00
|
|
|
"storage",
|
2013-06-17 21:36:19 +00:00
|
|
|
"fileSystem",
|
2013-09-05 10:34:02 +00:00
|
|
|
"fileSystem.write",
|
2014-05-22 17:16:40 +00:00
|
|
|
"fileSystem.retainEntries",
|
2015-09-24 12:59:54 +00:00
|
|
|
"notifications",
|
2015-10-08 01:31:12 +00:00
|
|
|
"alwaysOnTopWindows",
|
2014-06-08 16:42:31 +00:00
|
|
|
{"usbDevices": [
|
|
|
|
{"vendorId": 1155, "productId": 57105}
|
|
|
|
]}
|
|
|
|
],
|
|
|
|
|
2013-05-21 09:46:12 +00:00
|
|
|
"icons": {
|
|
|
|
"128": "images/icon_128.png"
|
|
|
|
}
|
2014-06-01 18:39:34 +00:00
|
|
|
}
|