Skip to content

Commit 01f1a89

Browse files
authored
Add manifest.json for Workday Clock Calculator
1 parent 8346f15 commit 01f1a89

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

manifest.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"src": "icon.png",
16+
"sizes": "512x512",
17+
"type": "image/png"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)