{ "$schema": "https://json.schemastore.org/web-manifest-combined.json", "name": "Flipper", "description": "Flipper is a platform for debugging iOS, Android and React Native apps", "short_name": "Flipper", "start_url": "index.web.html", "display": "standalone", "background_color": "#fff", "theme_color": "#722ed1", "orientation": "portrait-primary", "icons": [ { "src": "/icon_grey.png", "type": "image/png", "sizes": "256x256" } ], "launch_handler": { "client_mode": "focus-existing" }, "file_handlers": [ { "action": "/", "accept": { "text/*": [ ".flipper" ] } } ], "protocol_handlers": [ { "protocol": "web+flipper", "url": "/?open-plugin=%s" } ] }