Spaces:
Sleeping
Sleeping
File size: 588 Bytes
db4aacb c46e49c db4aacb c46e49c db4aacb c46e49c db4aacb c46e49c db4aacb c46e49c db4aacb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"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"
}
]
}
|