We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8346f15 commit 01f1a89Copy full SHA for 01f1a89
manifest.json
@@ -0,0 +1,20 @@
1
+{
2
+ "name": "Workday Clock Calculator",
3
+ "short_name": "6 Min Calc",
4
+ "display": "standalone",
5
+ "start_url": "./index.html",
6
+ "background_color": "#1f2937",
7
+ "theme_color": "#4f46e5",
8
+ "icons": [
9
+ {
10
+ "src": "icon.png",
11
+ "sizes": "192x192",
12
+ "type": "image/png"
13
+ },
14
15
16
+ "sizes": "512x512",
17
18
+ }
19
+ ]
20
+}
0 commit comments