You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inav-configurator/manifest.json

50 lines
1.1 KiB
JSON

12 years ago
{
11 years ago
"manifest_version": 2,
"minimum_chrome_version": "38",
9 years ago
"version": "1.1.0",
"author": "Hydra",
"name": "Cleanflight - Configurator",
"short_name": "cleanflight",
"description": "Crossplatform configuration tool for Cleanflight flight control system",
11 years ago
"offline_enabled": true,
"default_locale": "en",
12 years ago
"app": {
"background": {
"scripts": ["eventPage.js"],
"persistent": false
12 years ago
}
},
"sandbox": {
"pages": [
"tabs/map.html"]
},
"permissions": [
"https://www.google-analytics.com/",
"https://*.github.com/",
"https://*.githubusercontent.com/",
"http://*.baseflight.net/",
"http://*.cleanflight.com/",
"https://*.amazonaws.com/",
"serial",
"usb",
"storage",
"fileSystem",
"fileSystem.write",
"fileSystem.retainEntries",
"notifications",
"alwaysOnTopWindows",
{"usbDevices": [
{"vendorId": 1155, "productId": 57105}
]}
],
12 years ago
"icons": {
"128": "images/icon_128.png"
}
}