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

17 lines
344 B
JSON

12 years ago
{
"name": "baseflight configurator",
"description": "Cool crossplatform baseflight configurator",
"version": "0.1",
"manifest_version": 2,
"minimum_chrome_version": "23",
"app": {
"background": {
"scripts": [ "background.js" ]
}
},
"permissions": [
"serial"
]
}