-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
executable file
·58 lines (58 loc) · 1.5 KB
/
manifest.json
File metadata and controls
executable file
·58 lines (58 loc) · 1.5 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"id": "com.michaelsboost.beacon",
"name": "Beacon",
"short_name": "Beacon",
"description": "Beacon combines emergency survival tools with skill-building and resource management. Quickly access life-saving features like an SOS signal, compass, pedometer, Morse code translator, and signal mirror, while also tracking your survival training, managing resources, and completing essential checklists. Whether you're in an emergency or sharpening your survival knowledge, Beacon keeps you prepared.",
"lang": "en-US",
"dir": "ltr",
"start_url": "./index.html",
"scope": "./",
"display": "standalone",
"theme_color": "#13171f",
"background_color": "#13171f",
"icons": [
{
"src": "./imgs/logo-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "./imgs/logo-256x256.png",
"sizes": "256x256",
"type": "image/png",
"purpose": "any"
},
{
"src": "./imgs/logo-384x384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "any"
},
{
"src": "./imgs/logo-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"categories": [
"education",
"finance",
"fitness",
"games",
"lifestyle",
"medical",
"productivity",
"security",
"sports",
"utilities"
],
"prefer_related_applications": true,
"related_applications": [
{
"platform": "play",
"id": "com.michaelsboost.beacon"
}
]
}