{
    "name": "What's in?",
    "short_name": "What's in?",
    "description": "Interactive shopping list and weekly meal planner",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#eef3ee",
    "theme_color": "#2d7a3a",
    "shortcuts": [
        {
            "name": "Shopping List",
            "short_name": "Shopping",
            "description": "Open straight into the shopping list",
            "url": "./index.html?view=shopping-list&mode=widget",
            "icons": [
                {
                    "src": "assets/icons/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "assets/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
