44 lines
960 B
JSON
44 lines
960 B
JSON
{
|
|
"manifest_version": 2,
|
|
"minimum_chrome_version": "36",
|
|
"version": "0.48",
|
|
|
|
"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": ["eventPage.js"],
|
|
"persistent": false
|
|
}
|
|
},
|
|
|
|
"permissions": [
|
|
"https://www.google-analytics.com/",
|
|
"https://*.github.com/",
|
|
"https://*.githubusercontent.com/",
|
|
"serial",
|
|
"usb",
|
|
"storage",
|
|
"fileSystem",
|
|
"fileSystem.write",
|
|
"fileSystem.retainEntries",
|
|
"notifications"
|
|
],
|
|
|
|
"optional_permissions": [
|
|
{"usbDevices": [
|
|
{"vendorId": 1155, "productId": 57105}
|
|
]}
|
|
],
|
|
|
|
"icons": {
|
|
"128": "images/icon_128.png"
|
|
}
|
|
} |