-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
86 lines (86 loc) · 2.43 KB
/
Copy pathmanifest.json
File metadata and controls
86 lines (86 loc) · 2.43 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "Striven - Privacy-First Fitness",
"short_name": "Striven",
"description": "Track your fitness journey with privacy-first analytics, workout planning, and AI food tracking.",
"id": "/",
"start_url": "/",
"scope": "/",
"display": "standalone",
"display_override": ["window-controls-overlay", "minimal-ui", "tabbed"],
"background_color": "#000000",
"theme_color": "#000000",
"orientation": "portrait",
"lang": "en",
"dir": "ltr",
"categories": ["fitness", "health", "lifestyle"],
"prefer_related_applications": false,
"icons": [
{ "src": "/icon-48.png", "sizes": "48x48", "type": "image/png", "purpose": "any" },
{ "src": "/icon-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
{ "src": "/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
],
"screenshots": [
{
"src": "/StrivenLogo.png",
"sizes": "512x512",
"type": "image/png",
"form_factor": "wide",
"label": "Striven Dashboard"
},
{
"src": "/StrivenLogo.png",
"sizes": "512x512",
"type": "image/png",
"form_factor": "narrow",
"label": "Mobile View"
}
],
"shortcuts": [
{
"name": "Start Workout",
"short_name": "Workout",
"description": "Go to workout organizer",
"url": "/?page=organizer",
"icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
},
{
"name": "Scan Food",
"short_name": "Food",
"description": "Open AI Food Scanner",
"url": "/?page=food",
"icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
}
],
"launch_handler": {
"client_mode": "focus-existing"
},
"file_handlers": [
{
"action": "/",
"accept": {
"application/json": [".json", ".striven"]
}
}
],
"share_target": {
"action": "/",
"method": "GET",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
},
"protocol_handlers": [
{
"protocol": "web+striven",
"url": "/?link=%s"
}
],
"note_taking": {
"new_note_url": "/?page=organizer&action=new"
}
}