{ "id": "/", "name": "Sarfyaty", "short_name": "Sarfyaty", "description": "Take control of your money, one expense at a time.", "lang": "en", "dir": "auto", "categories": ["finance", "productivity"], "start_url": "/dashboard", "scope": "/", "display": "standalone", "display_override": ["standalone", "minimal-ui"], "launch_handler": { "client_mode": "navigate-existing" }, "orientation": "portrait", "background_color": "#059669", "theme_color": "#10b981", "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "screenshots": [ { "src": "/screenshots/mobile.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Sarfyaty on mobile" }, { "src": "/screenshots/desktop.png", "sizes": "1920x1080", "type": "image/png", "form_factor": "wide", "label": "Sarfyaty dashboard" } ], "share_target": { "action": "/share/receipt", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "files": [ { "name": "receipt", "accept": ["image/jpeg", "image/png", "image/webp", "image/*"] } ] } }, "shortcuts": [ { "name": "Add expense", "short_name": "Add", "url": "/expenses/create", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }, { "name": "Calendar", "url": "/calendar", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] } ] }