| { | |
| "name": "Ivy's Local Mind", | |
| "short_name": "LocalMind", | |
| "description": "Run LLMs locally in your browser with WebGPU. Private, fast, free.", | |
| "start_url": ".", | |
| "display": "standalone", | |
| "background_color": "#0a0e1a", | |
| "theme_color": "#22c55e", | |
| "icons": [ | |
| { | |
| "src": "thumbnails/icon-16.png", | |
| "sizes": "16x16", | |
| "type": "image/png" | |
| }, | |
| { | |
| "src": "thumbnails/icon-32.png", | |
| "sizes": "32x32", | |
| "type": "image/png" | |
| }, | |
| { | |
| "src": "thumbnails/icon-192.png", | |
| "sizes": "192x192", | |
| "type": "image/png", | |
| "purpose": "any maskable" | |
| }, | |
| { | |
| "src": "thumbnails/icon-512.png", | |
| "sizes": "512x512", | |
| "type": "image/png", | |
| "purpose": "any maskable" | |
| } | |
| ], | |
| "categories": ["utilities", "productivity"], | |
| "lang": "en", | |
| "dir": "ltr" | |
| } | |