Skip to content

Commit 31da71b

Browse files
authored
Create manifest.json
1 parent 71bab6a commit 31da71b

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

manifest.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "Flow",
3+
"short_name": "Flow",
4+
"description": "Minimal productivity timer for deep work",
5+
"start_url": "/",
6+
"display": "standalone",
7+
"background_color": "#000000",
8+
"theme_color": "#000000",
9+
"orientation": "any",
10+
"icons": [
11+
{
12+
"src": "/icons/icon-192.png",
13+
"sizes": "192x192",
14+
"type": "image/png"
15+
},
16+
{
17+
"src": "/icons/icon-512.png",
18+
"sizes": "512x512",
19+
"type": "image/png"
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)