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

35 lines
754 B
JSON

{
"manifest_version": 2,
"minimum_chrome_version": "33",
"version": "0.37",
"author": "cTn",
"name": "Baseflight - Configurator",
"short_name": "baseflight",
"description": "Crossplatform configuration tool for Baseflight flight control system",
"offline_enabled": true,
"default_locale": "en",
"app": {
"background": {
"scripts": [ "background.js" ]
}
},
"permissions": [
"https://www.google-analytics.com/",
"https://*.github.com/",
"https://*.githubusercontent.com/",
"serial",
"storage",
"fileSystem",
"fileSystem.write",
"notifications"
],
"icons": {
"128": "images/icon_128.png"
}
}