opencode-ai / static /manifest.json
Bjo53's picture
Upload static/manifest.json with huggingface_hub
c46e49c verified
Raw
History Blame Contribute Delete
588 Bytes
{
"name": "OpenCode AI Terminal",
"short_name": "OpenCode",
"description": "Full screen web terminal with dev tools",
"start_url": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#0d1117",
"theme_color": "#27c93f",
"categories": ["developer", "utilities"],
"icons": [
{
"src": "/static/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}