{
    "name": "Snack Hack — recipes from around the world",
    "short_name": "Snack Hack",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#2ECC71",
    "description": "Free recipes from around the world. Browse, search, save and cook with step-by-step instructions, ingredients and a built-in shopping list.",
    "lang": "en",
    "categories": [
        "food",
        "lifestyle",
        "utilities"
    ],
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "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"
        }
    ]
}