{ "id": "./app/", "name": "Amaze Food", "short_name": "Amaze Food", "description": "Order burgers, shawarma, broast, pizza and deals from Amaze Food, Muzaffargarh.", "start_url": "./app/", "scope": "./", "display": "standalone", "display_override": ["standalone", "minimal-ui"], "launch_handler": { "client_mode": ["navigate-existing", "auto"] }, "protocol_handlers": [ { "protocol": "web+amazefood", "url": "./app/?protocol=%s" } ], "orientation": "portrait", "background_color": "#0b0b0d", "theme_color": "#0b0b0d", "prefer_related_applications": false, "related_applications": [ { "platform": "webapp", "url": "./manifest.webmanifest", "id": "./app/" } ], "icons": [ { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ] }