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

44 lines
962 B
JSON

12 years ago
{
11 years ago
"manifest_version": 2,
"minimum_chrome_version": "36",
"version": "0.54.2",
11 years ago
"author": "cTn",
11 years ago
"name": "Baseflight - Configurator",
"short_name": "baseflight",
11 years ago
"description": "Crossplatform configuration tool for Baseflight 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
}
},
12 years ago
"permissions": [
"https://www.google-analytics.com/",
"https://*.github.com/",
"https://*.githubusercontent.com/",
"serial",
"usb",
"storage",
"fileSystem",
"fileSystem.write",
"fileSystem.retainEntries",
"notifications"
12 years ago
],
"optional_permissions": [
{"usbDevices": [
{"vendorId": 1155, "productId": 57105}
]}
],
12 years ago
"icons": {
"128": "images/icon_128.png"
}
12 years ago
}