akborana4 commited on
Commit
ee1f6fb
·
verified ·
1 Parent(s): dce3d17

Update public/site.webmanifest

Browse files
Files changed (1) hide show
  1. public/site.webmanifest +15 -6
public/site.webmanifest CHANGED
@@ -1,13 +1,22 @@
1
  {
2
- "name": "Web-SyncPlay",
3
- "short_name": "Web-SyncPlay",
 
 
 
 
 
 
4
  "icons": [
5
  {
6
  "src": "/android-chrome-192x192.png",
7
  "sizes": "192x192",
8
  "type": "image/png"
 
 
 
 
 
9
  }
10
- ],
11
- "theme_color": "#28a745",
12
- "background_color": "#28a745"
13
- }
 
1
  {
2
+ "name": "Web-Stream",
3
+ "short_name": "stream",
4
+ "description": "Watch videos or play music in sync with friends",
5
+ "start_url": "/",
6
+ "display": "standalone",
7
+ "background_color": "#28a745",
8
+ "theme_color": "#28a745",
9
+ "orientation": "portrait",
10
  "icons": [
11
  {
12
  "src": "/android-chrome-192x192.png",
13
  "sizes": "192x192",
14
  "type": "image/png"
15
+ },
16
+ {
17
+ "src": "/android-chrome-512x512.png",
18
+ "sizes": "512x512",
19
+ "type": "image/png"
20
  }
21
+ ]
22
+ }