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 15b1819 commit 8bb3ca4Copy full SHA for 8bb3ca4
site-data/site.webmanifest
@@ -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
24
+ }
25
+ ]
26
+}
0 commit comments