Rms666777 commited on
Commit
71c2807
·
verified ·
1 Parent(s): 303a015

Upload public/manifest.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. public/manifest.json +21 -0
public/manifest.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "SecureChat",
3
+ "short_name": "SecureChat",
4
+ "description": "End-to-End Encrypted Messaging",
5
+ "start_url": "/",
6
+ "display": "standalone",
7
+ "background_color": "#0e1621",
8
+ "theme_color": "#0e1621",
9
+ "icons": [
10
+ {
11
+ "src": "/icon-192.png",
12
+ "sizes": "192x192",
13
+ "type": "image/png"
14
+ },
15
+ {
16
+ "src": "/icon-512.png",
17
+ "sizes": "512x512",
18
+ "type": "image/png"
19
+ }
20
+ ]
21
+ }