We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71bab6a commit 31da71bCopy full SHA for 31da71b
1 file changed
manifest.json
@@ -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
20
+ }
21
+ ]
22
+}
0 commit comments