Spaces:
Sleeping
Sleeping
Upload static/manifest.json with huggingface_hub
Browse files- static/manifest.json +22 -0
static/manifest.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "OpenCode AI Terminal",
|
| 3 |
+
"short_name": "Terminal",
|
| 4 |
+
"description": "Full screen web terminal with dev tools",
|
| 5 |
+
"start_url": "/",
|
| 6 |
+
"display": "fullscreen",
|
| 7 |
+
"orientation": "any",
|
| 8 |
+
"background_color": "#0d1117",
|
| 9 |
+
"theme_color": "#27c93f",
|
| 10 |
+
"icons": [
|
| 11 |
+
{
|
| 12 |
+
"src": "/static/icon-192.png",
|
| 13 |
+
"sizes": "192x192",
|
| 14 |
+
"type": "image/png"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"src": "/static/icon-512.png",
|
| 18 |
+
"sizes": "512x512",
|
| 19 |
+
"type": "image/png"
|
| 20 |
+
}
|
| 21 |
+
]
|
| 22 |
+
}
|