forked from blheli-configurator/blheli-configurator
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmanifest.json
More file actions
38 lines (33 loc) · 739 Bytes
/
manifest.json
File metadata and controls
38 lines (33 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"manifest_version": 2,
"minimum_chrome_version": "38",
"version": "1.3.0",
"author": "DieHertz",
"name": "BLHeli - Configurator",
"short_name": "blheli-configurator",
"description": "Cross-platform configuration tool for BLHeli-based electronic speed controllers",
"icons": {
"128": "images/icon_128.png"
},
"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",
"unlimitedStorage",
"notifications"
]
}