Upload manifest.json with huggingface_hub
Browse files- manifest.json +21 -0
manifest.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "EVEZ OpenClaw Mobile",
|
| 3 |
+
"short_name": "OpenClaw",
|
| 4 |
+
"description": "Autonomous AI agent operating system — offline capable",
|
| 5 |
+
"display": "standalone",
|
| 6 |
+
"orientation": "portrait",
|
| 7 |
+
"theme_color": "#0a0a0a",
|
| 8 |
+
"background_color": "#0a0a0a",
|
| 9 |
+
"start_url": "/mobile",
|
| 10 |
+
"scope": "/",
|
| 11 |
+
"categories": ["productivity", "developer"],
|
| 12 |
+
"icons": [
|
| 13 |
+
{"src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
|
| 14 |
+
{"src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"}
|
| 15 |
+
],
|
| 16 |
+
"shortcuts": [
|
| 17 |
+
{"name": "Inference", "url": "/mobile?tab=infer", "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]},
|
| 18 |
+
{"name": "FIRE Events", "url": "/mobile?tab=fire", "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]},
|
| 19 |
+
{"name": "CryptoZoo", "url": "/mobile?tab=zoo", "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]}
|
| 20 |
+
]
|
| 21 |
+
}
|