1 Star 0 Fork 0

WinterSunny / cleanflight-configurator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
{
"manifest_version": 2,
"minimum_chrome_version": "38",
"version": "2.5.0",
"author": "Cleanflight Project",
"name": "Cleanflight - Configurator",
"short_name": "Cleanflight",
"description": "Crossplatform configuration tool for Cleanflight flight control system",
"offline_enabled": true,
"default_locale": "en",
"app": {
"background": {
"scripts": ["js/eventPage.js"],
"persistent": false
}
},
"permissions": [
"https://maps.googleapis.com/*",
"https://*.github.com/",
"https://*.githubusercontent.com/",
"http://*.cleanflight.com/",
"https://*.amazonaws.com/",
"https://cleanflight.slack.com/*",
"https://www.google-analytics.com/",
"serial",
"usb",
"storage",
"fileSystem",
"fileSystem.write",
"fileSystem.retainEntries",
"notifications",
"alwaysOnTopWindows",
{"usbDevices": [
{"vendorId": 1155, "productId": 57105}
]},
"webview",
"unlimitedStorage"
],
"sockets": {
"tcp": {
"connect": "*:*"
}
},
"webview": {
"partitions": [
{
"name": "map",
"accessible_resources" : ["tabs/map.html", "js/tabs/map.js", "/images/icons/cf_icon_position.png"]
}
]
},
"icons": {
"128": "images/cf/cf_icon_128.png"
}
}
1
https://gitee.com/wintersunny/cleanflight-configurator.git
git@gitee.com:wintersunny/cleanflight-configurator.git
wintersunny
cleanflight-configurator
cleanflight-configurator
master

搜索帮助