{
    "name": "PetFolio",
    "short_name": "PetFolio",
    "id": "/",
    "description": "Your pet's social network, health tracker & marketplace.",
    "start_url": "/home",
    "display": "standalone",
    "background_color": "#FFF4E6",
    "theme_color": "#FF8A4C",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "categories": ["lifestyle", "social", "health"],
    "scope": "/",
    "lang": "en",
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "screenshots/narrow.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "PetFolio on mobile"
        },
        {
            "src": "screenshots/wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "PetFolio on desktop"
        }
    ],
    "shortcuts": [
        {
            "name": "Pet Care",
            "short_name": "Care",
            "description": "Daily care tasks and health",
            "url": "/care",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Matching",
            "short_name": "Match",
            "description": "Discover pets nearby",
            "url": "/matching",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Marketplace",
            "short_name": "Shop",
            "description": "Browse pet products",
            "url": "/marketplace",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
