Skip to content

Commit 8bb3ca4

Browse files
committed
Create site.webmanifest
1 parent 15b1819 commit 8bb3ca4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

site-data/site.webmanifest

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "UUID-Generator by ThatSINEWAVE_",
3+
"description": "Generate UUIDs using APIs",
4+
"short_name": "UUID-Generator",
5+
"start_url": "/UUID-Generator",
6+
"orientation": "portrait",
7+
"lang": "en-US",
8+
"icons": [
9+
{
10+
"src": "site-data/android-chrome-192x192.png",
11+
"sizes": "192x192",
12+
"type": "image/png",
13+
"purpose": "any"
14+
},
15+
{
16+
"src": "site-data/android-chrome-512x512.png",
17+
"sizes": "512x512",
18+
"type": "image/png"
19+
},
20+
{
21+
"src": "site-data/icon-144x144.png",
22+
"sizes": "144x144",
23+
"type": "image/png"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)