{
    "name": "WheresTheList",
    "short_name": "WheresTheList",
    "description": "Family shopping and to-do list app",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#faf5f5",
    "theme_color": "#9D0E0E",
    "orientation": "portrait-primary",
    "scope": "/",
    "icons": [
        {
            "src": "/icon.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icon.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "categories": ["shopping", "productivity"],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false,
    "share_target": {
        "action": "/",
        "method": "GET",
        "params": {
            "list": "shopping"
        }
    }
}
