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

29 lines
630 B
JSON

{
"name": "baseflight - Configurator",
"short_name": "baseflight",
"description": "Cool crossplatform configurator",
"version": "0.23",
"manifest_version": 2,
"minimum_chrome_version": "31",
"app": {
"background": {
"scripts": [ "background.js" ]
}
},
"permissions": [
"https://www.google-analytics.com/",
"https://*.github.com/",
"serial",
"storage",
"fileSystem",
"fileSystem.write",
"clipboardWrite",
"notifications"
],
"icons": {
"128": "images/icon_128.png"
}
}