{ "name": "Budget Manager PWA", "short_name": "Budget", "description": "Budget Manager application for tracking expenses and income", "start_url": "/", "display": "standalone", "background_color": "#ffffff", "theme_color": "#3b82f6", "icons": [ { "src": "/icons/icon-192px.jpg", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "/icons/icon-512px.jpg", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "orientation": "portrait", "categories": ["finance", "productivity", "utilities"], "screenshots": [ { "src": "/screenshots/dashboard.png", "sizes": "1280x720", "type": "image/png", "platform": "wide", "label": "Dashboard of Budget Manager PWA" }, { "src": "/screenshots/transactions.png", "sizes": "1280x720", "type": "image/png", "platform": "wide", "label": "Transactions page of Budget Manager PWA" } ], "related_applications": [], "prefer_related_applications": false, "shortcuts": [ { "name": "Add Transaction", "short_name": "Add", "description": "Add a new transaction", "url": "/add", "icons": [{ "src": "/icons/add-icon-96x96.png", "sizes": "96x96" }] }, { "name": "View Reports", "short_name": "Reports", "description": "View budget reports", "url": "/reports", "icons": [{ "src": "/icons/report-icon-96x96.png", "sizes": "96x96" }] } ] }