{
    "name": "Christian Paws",
    "short_name": "Christian Paws",
    "description": "Faith-guided animal rescue nonprofit serving Lake County",
    "start_url": "/paws/index.php",
    "display": "standalone",
    "background_color": "#0F0F0F",
    "theme_color": "#C9A84C",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "img/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "img/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "img/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "img/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "img/icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "img/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "img/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "img/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "categories": ["nonprofit", "animals"],
    "shortcuts": [
        {
            "name": "Adopt a Pet",
            "short_name": "Adopt",
            "description": "View animals available for adoption",
            "url": "/paws/adopt-foster.php",
            "icons": [{ "src": "img/icons/paw.svg" }]
        },
        {
            "name": "Donate",
            "short_name": "Donate",
            "description": "Make a donation",
            "url": "/paws/donate.php",
            "icons": [{ "src": "img/icons/paw.svg" }]
        },
        {
            "name": "Get Help",
            "short_name": "Help",
            "description": "Apply for assistance",
            "url": "/paws/apply-for-help.php",
            "icons": [{ "src": "img/icons/paw.svg" }]
        }
    ]
}