{ "name": "dotgui", "short_name": "dotgui", "description": "Open and inspect dotgui .gui interface files.", "start_url": "/", "scope": "/", "display": "standalone", "launch_handler": { "client_mode": "focus-existing" }, "background_color": "#f8f7f4", "theme_color": "#f8f7f4", "icons": [ { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" } ], "file_handlers": [ { "action": "/", "accept": { "application/octet-stream": [".gui"], "application/x-zip-compressed": [".gui"], "application/xml": [".guix"], "text/xml": [".guix"] } } ] }