Spaces:
Running
Running
| { | |
| "name": "Ivy's GPU Art Studio", | |
| "short_name": "Ivy Art", | |
| "description": "A creative coding playground with WebGPU fractals, fluid simulations, particle systems, and audio-reactive visualizations. Made with 💚 by Ivy.", | |
| "start_url": "./", | |
| "scope": "./", | |
| "display": "standalone", | |
| "background_color": "#0a0a0f", | |
| "theme_color": "#22c55e", | |
| "orientation": "any", | |
| "categories": ["entertainment", "graphics", "creativity"], | |
| "lang": "en", | |
| "icons": [ | |
| { | |
| "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🌿</text></svg>", | |
| "sizes": "any", | |
| "type": "image/svg+xml", | |
| "purpose": "any maskable" | |
| } | |
| ], | |
| "screenshots": [], | |
| "shortcuts": [ | |
| { | |
| "name": "Fractals", | |
| "short_name": "Fractals", | |
| "description": "Explore interactive fractals", | |
| "url": "./#fractals" | |
| }, | |
| { | |
| "name": "Fluids", | |
| "short_name": "Fluids", | |
| "description": "Play with fluid simulation", | |
| "url": "./#fluid" | |
| }, | |
| { | |
| "name": "Audio", | |
| "short_name": "Audio", | |
| "description": "Audio-reactive visualizations", | |
| "url": "./#audio" | |
| } | |
| ] | |
| } | |