ChandimaPrabath
commited on
Commit
•
b5c3fe1
1
Parent(s):
7884147
fix manifest
Browse files
frontend/public/webmanifest.json
CHANGED
@@ -15,5 +15,10 @@
|
|
15 |
],
|
16 |
"theme_color": "#4339ff",
|
17 |
"background_color": "#110e21",
|
18 |
-
"display": "standalone"
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
15 |
],
|
16 |
"theme_color": "#4339ff",
|
17 |
"background_color": "#110e21",
|
18 |
+
"display": "standalone",
|
19 |
+
"start_url": "/",
|
20 |
+
"scope": "/",
|
21 |
+
"description": "Stream your favorite movies and TV series for free with Nexora.",
|
22 |
+
"orientation": "any",
|
23 |
+
"prefer_related_applications": false
|
24 |
+
}
|