{
    "name": "PetPatrollers.com",
    "short_name": "PetPatrollers",
    "description": "Find lost pets, report found animals, and connect with the global pet-loving community.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#fff9f6",
    "theme_color": "#13c8ec",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "categories": [
        "social",
        "community",
        "pets"
    ]
}