Spaces:
Running
Running
Create manifest.json
Browse files- 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 |
+
}
|