{ "name": "LocalFlux", "short_name": "LocalFlux", "description": "Browser-native AI, training, simulation and image tools running entirely on your own hardware.", "start_url": "./index.html", "scope": "./", "display": "standalone", "orientation": "any", "background_color": "#0B0D10", "theme_color": "#0B0D10", "categories": ["utilities", "productivity", "graphics"], "icons": [ { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "Chat", "url": "./index.html#chat" }, { "name": "Train", "url": "./index.html#train" }, { "name": "Shaders","url": "./index.html#shaders" } ] }