Aleksmorshen commited on
Commit
da821f5
·
verified ·
1 Parent(s): d1900e5

Create manifest.json

Browse files
Files changed (1) hide show
  1. manifest.json +20 -0
manifest.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "TeploStil",
3
+ "short_name": "TeploStil",
4
+ "start_url": "/",
5
+ "display": "standalone",
6
+ "background_color": "#f8f9fa",
7
+ "theme_color": "#f8f9fa",
8
+ "icons": [
9
+ {
10
+ "src": "/icon.png",
11
+ "sizes": "192x192",
12
+ "type": "image/png"
13
+ },
14
+ {
15
+ "src": "/icon-512x512.png", // Добавил иконку большего размера
16
+ "sizes": "512x512",
17
+ "type": "image/png"
18
+ }
19
+ ]
20
+ }