{
    "id": "/",
    "name": "hushpocket",
    "short_name": "hushpocket",
    "description": "Snap a receipt. Get a clean expense record in seconds. Smart expense tracking for freelancers and small businesses.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone"],
    "background_color": "#0B2B40",
    "theme_color": "#0B2B40",
    "orientation": "portrait-primary",
    "lang": "en",
    "categories": ["finance", "productivity", "business"],
    "icons": [
        {
            "src": "/app-icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/app-icons/icon-192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/app-icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/app-icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/screen-dashboard.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Dashboard — see all your expenses at a glance"
        },
        {
            "src": "/screenshots/screen-add-receipt.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Add a receipt — snap or upload in seconds"
        }
    ],
    "shortcuts": [
        {
            "name": "Add Receipt",
            "short_name": "Add",
            "description": "Scan or upload a new receipt",
            "url": "/receipts/create",
            "icons": [{ "src": "/app-icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "My Receipts",
            "short_name": "Receipts",
            "description": "View all your receipts",
            "url": "/receipts",
            "icons": [{ "src": "/app-icons/icon-192.png", "sizes": "192x192" }]
        }
    ],
    "share_target": {
        "action": "/receipts/create",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text"
        }
    },
    "prefer_related_applications": false
}
