{ "name": "Baking Timer", "short_name": "Baking", "description": "Organise and share baking recipes with timers and notes.", "id": "https://bakingtimer.app", "url": "https://bakingtimer.app", "scope": "/", "scope_extensions": [{ "origin": "https://*.bakingtimer.app" }], "start_url": "/", "categories": [ "food", "utilities" ], "handle_links": "preferred", "launch_handler": { "client_mode": "focus-existing" }, "protocol_handlers": [{ "protocol": "web+recipe", "url": "/recipe?query=%s" }], "file_handlers": [{ "action": "/restore", "accept": { "text/plain": [".recipes"], "application/bakingtimer": [".recipes"] }, "launch_type": "single-client" }], "share_target": { "action": "/recipe/new", "method": "GET", "enctype": "application/x-www-form-urlencoded", "params": { "title": "title", "text": "body" } }, "shortcuts": [{ "name": "New recipe", "url": "/recipe/new", "icons": [{ "src": "../shortcuts/add.png", "sizes": "192x192", "type": "image/png" }] }, { "name": "Latest recipe", "url": "/recipe/latest", "icons": [{ "src": "../shortcuts/play-arrow.png", "sizes": "192x192", "type": "image/png" }] }], "screenshots": [{ "src": "../screenshots/wide1.png", "sizes": "2360x1640", "type": "image/png", "form_factor": "wide", "label": "Homescreen" }, { "src": "../screenshots/wide2.png", "sizes": "2360x1640", "type": "image/png", "form_factor": "wide", "label": "Recipe" }, { "src": "../screenshots/narrow1.png", "sizes": "1170x2532", "type": "image/png", "form_factor": "narrow", "label": "Homescreen" }, { "src": "../screenshots/narrow2.png", "sizes": "1170x2532", "type": "image/png", "form_factor": "narrow", "label": "Recipe" }], "icons": [{ "src": "android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "android-maskable-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { "src": "android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "android-maskable-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }], "edge_side_panel": { "preferred_width": 400 }, "theme_color": "#ffffff", "background_color": "#ffffff", "display_override": ["standalone", "minimal-ui", "window-controls-overlay", "fullscreen", "browser"], "display": "standalone", "orientation": "natural", "dir": "ltr", "lang": "en" }