Spaces:
Sleeping
Sleeping
| { | |
| "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" | |
| } | |
| ] | |
| } | |