{ "name": "Fly Ink Bot", "short_name": "FlyInkBot", "description": "Fly Ink® assistant powered by FlyInkOS™.", "start_url": "./index.html", "scope": "./", "display": "standalone", "display_override": ["window-controls-overlay", "standalone", "browser"], "background_color": "#050505", "theme_color": "#e41223", "orientation": "portrait-primary", "categories": ["productivity", "utilities", "entertainment"], "icons": [ { "src": "./icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }, { "src": "./icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml" }, { "src": "./icons/icon-maskable-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "maskable" }, { "src": "./icons/icon-maskable-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable" } ], "shortcuts": [ { "name": "Chat", "short_name": "Chat", "description": "Open Fly Ink Bot chat.", "url": "./index.html", "icons": [{ "src": "./icons/icon-192.svg", "sizes": "192x192" }] }, { "name": "Commands", "short_name": "Commands", "description": "Open quick command chat.", "url": "./index.html#commands", "icons": [{ "src": "./icons/icon-192.svg", "sizes": "192x192" }] } ], "screenshots": [ { "src": "./icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "form_factor": "narrow", "label": "Fly Ink Bot placeholder screenshot. Replace with production screenshots." } ] }