-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
26 lines (26 loc) · 1.3 KB
/
manifest.json
File metadata and controls
26 lines (26 loc) · 1.3 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
{
"name": "Keto Tracker",
"short_name": "Keto",
"description": "A fast, no-nonsense personal keto diet tracker. Log meals, energy, mood, and ketone tests with minimal friction.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"orientation": "portrait",
"background_color": "#060d18",
"theme_color": "#f5c842",
"lang": "en",
"categories": ["health", "fitness", "food"],
"icons": [
{ "src": "./icons/icon-72.png", "sizes": "72x72", "type": "image/png" },
{ "src": "./icons/icon-96.png", "sizes": "96x96", "type": "image/png" },
{ "src": "./icons/icon-128.png", "sizes": "128x128", "type": "image/png" },
{ "src": "./icons/icon-144.png", "sizes": "144x144", "type": "image/png" },
{ "src": "./icons/icon-152.png", "sizes": "152x152", "type": "image/png" },
{ "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "./icons/icon-384.png", "sizes": "384x384", "type": "image/png" },
{ "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
{ "src": "./icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
],
"screenshots": [],
"shortcuts": []
}