Spaces:
Running
Running
Create static/manifest.json
Browse files- src/static/manifest.json +22 -0
src/static/manifest.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "QuantVAT",
|
| 3 |
+
"short_name": "QuantVAT",
|
| 4 |
+
"description": "Quantitative Crypto Volume Analysis Toolkit",
|
| 5 |
+
"start_url": "/",
|
| 6 |
+
"display": "standalone",
|
| 7 |
+
"background_color": "#151a1e",
|
| 8 |
+
"theme_color": "#151a1e",
|
| 9 |
+
"icons": [
|
| 10 |
+
{
|
| 11 |
+
"src": "/static/icons/icon-192.png",
|
| 12 |
+
"sizes": "192x192",
|
| 13 |
+
"type": "image/png",
|
| 14 |
+
"purpose": "any maskable"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"src": "/static/icons/icon-512.png",
|
| 18 |
+
"sizes": "512x512",
|
| 19 |
+
"type": "image/png"
|
| 20 |
+
}
|
| 21 |
+
]
|
| 22 |
+
}
|