-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp-builder.json
More file actions
27 lines (27 loc) · 862 Bytes
/
Copy pathapp-builder.json
File metadata and controls
27 lines (27 loc) · 862 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
{
"package_name": "hamlog",
"version": "0.1",
"app_name": "HamLog",
"bin_name": "run.sh",
"description": "Ham Radio logger with ADIF export and Call lookup",
"store": {
"summary": "Ham Radio Log for Cardputer Zero",
"description": "Ham Radio logger with ADIF export and Call lookup",
"categories": ["Radio & Comms"],
"screenshots": ["assets/1.png", "assets/2.png", "assets/3.png", "assets/4.png"],
"icon": "assets/icon.png",
"license": "MIT",
"source_repo": "https://github.com/stefexec/HamRadioLog",
"author": { "github": "stefexec", "display_name": "Stefan" },
"share_code": "HAML",
"permissions": {
"camera": false,
"microphone": false,
"imu": false,
"network": true,
"additional_hardware": false,
"background_service": false,
"external_display": false
}
}
}