5 Star 15 Fork 3

辛末子午 / inav-configurator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
Pawel Spychalski (DzikuVx) 提交于 2021-03-29 12:07 . Version bump to 3.0
{
"manifest_version": 2,
"minimum_chrome_version": "38",
"version": "3.0.0",
"author": "Several",
"name": "INAV - Configurator",
"short_name": "INAV",
"description": "Crossplatform configuration tool for INAVFlight flight control system",
"offline_enabled": true,
"default_locale": "en",
"app": {
"background": {
"scripts": ["eventPage.js"],
"persistent": false
}
},
"sandbox": {
"pages": ["tabs/map.html"]
},
"permissions": [
"https://www.google-analytics.com/",
"https://maps.googleapis.com/*",
"https://*.github.com/",
"https://*.githubusercontent.com/",
"https://*.amazonaws.com/",
"https://dev.virtualearth.net/",
"serial",
"usb",
"storage",
"fileSystem",
"fileSystem.write",
"fileSystem.retainEntries",
"notifications",
"alwaysOnTopWindows",
{"usbDevices": [
{"vendorId": 1155, "productId": 57105}
]}
],
"icons": {
"128": "images/inav_icon_128.png"
}
}
JavaScript
1
https://gitee.com/hjjoe1213123/inav-configurator.git
git@gitee.com:hjjoe1213123/inav-configurator.git
hjjoe1213123
inav-configurator
inav-configurator
translation_zh-CN

搜索帮助