cjo93 commited on
Commit
98ee679
·
verified ·
1 Parent(s): 6da24cd

Create manifest.json

Browse files
Files changed (1) hide show
  1. manifest.json +12 -0
manifest.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "DEFRAG.APP",
3
+ "short_name": "DEFRAG",
4
+ "start_url": "/",
5
+ "display": "standalone",
6
+ "background_color": "#000000",
7
+ "theme_color": "#06b6d4",
8
+ "icons": [
9
+ { "src": "/assets/icon-192.png", "type": "image/png", "sizes": "192x192" },
10
+ { "src": "/assets/icon-512.png", "type": "image/png", "sizes": "512x512" }
11
+ ]
12
+ }