Inayatgaming commited on
Commit
7e730a1
·
verified ·
1 Parent(s): 0978ad0

Create manifest.json

Browse files
Files changed (1) hide show
  1. manifest.json +13 -0
manifest.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Promptly Web Client",
3
+ "short_name": "Promptly",
4
+ "start_url": ".",
5
+ "display": "standalone",
6
+ "background_color": "#071029",
7
+ "theme_color": "#5b21b6",
8
+ "description": "Realtime web client for Promptly",
9
+ "icons": [
10
+ { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
11
+ { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }
12
+ ]
13
+ }