We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0b5f2 commit c11e026Copy full SHA for c11e026
1 file changed
manifest.json
@@ -0,0 +1,28 @@
1
+{
2
+ "name": "ezClip PWA",
3
+ "short_name": "ezclip-pwa",
4
+ "icons": [
5
+ {
6
+ "src": "./assets/icon-256.png",
7
+ "sizes": "256x256",
8
+ "type": "image/png"
9
+ },
10
11
+ "src": "./assets/maskable_icon_x512.png",
12
+ "sizes": "512x512",
13
+ "type": "image/png",
14
+ "purpose": "any maskable"
15
16
17
+ "src": "./assets/icon-1024.png",
18
+ "sizes": "1024x1024",
19
20
+ }
21
+ ],
22
+ "lang": "en-US",
23
+ "id": "/index.html",
24
+ "start_url": "./index.html",
25
+ "display": "standalone",
26
+ "background_color": "white",
27
+ "theme_color": "white"
28
+}
0 commit comments