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

21 lines
408 B
JSON

{
"name": "baseflight / multiwii configurator",
"description": "Cool crossplatform configurator",
"version": "0.1",
"manifest_version": 2,
"minimum_chrome_version": "23",
"app": {
"background": {
"scripts": [ "background.js" ]
}
},
"permissions": [
"serial"
],
"icons": {
"128": "images/icon_128.png"
}
}