{ "name": "CarCare Coach", "short_name": "CarCare", "description": "Beginner-friendly car maintenance tracker and coach for non-car people.", "id": "/app", "start_url": "/app", "scope": "/", "display": "standalone", "orientation": "portrait-primary", "lang": "en", "background_color": "#F5EFE6", "theme_color": "#7A1F2B", "categories": ["utilities", "lifestyle"], "shortcuts": [ { "name": "Maintenance plan", "short_name": "Plan", "url": "/app", "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }] }, { "name": "Log a service", "short_name": "Log service", "url": "/app/log", "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }] } ], "icons": [ { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }, { "src": "/icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" } ] }