1 Star 0 Fork 0

fuchen9475/cleanflight-configurator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
Hydra 提交于 2020-06-22 17:36 . Merge tag '10.7.0' into bf-merges-20200622
{
"manifest_version": 2,
"minimum_chrome_version": "49",
"version": "2.6.0",
"version_name": "2.6.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/chromeAppEventPage.js"],
"persistent": false
}
},
"permissions": [
"https://api.openstreetmap.org/",
"https://*.github.com/",
"https://*.githubusercontent.com/",
"http://*.cleanflight.com/",
"https://*.amazonaws.com/",
"https://cleanflight.slack.com/*",
"https://www.google-analytics.com/",
"serial",
"usb",
"storage",
"clipboardRead",
"fileSystem",
"fileSystem.write",
"fileSystem.retainEntries",
"notifications",
"alwaysOnTopWindows",
{"usbDevices": [
{"vendorId": 1155, "productId": 57105},
{"vendorId": 10473, "productId": 393}
]},
"webview",
"unlimitedStorage"
],
"sockets": {
"tcp": {
"connect": "*:*"
}
},
"webview": {
"partitions": [
{
"name": "map",
"accessible_resources" : ["tabs/map.html",
"js/tabs/map.js",
"/js/libraries/openlayers/ol.css",
"/js/libraries/openlayers/ol.js",
"/images/icons/cf_icon_position.png",
"/images/icons/cf_icon_position_nofix.png"]
}
]
},
"icons": {
"128": "images/cf/cf_icon_128.png"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fuchen9475/cleanflight-configurator.git
[email protected]:fuchen9475/cleanflight-configurator.git
fuchen9475
cleanflight-configurator
cleanflight-configurator
master

搜索帮助