{
    "name": "RecipeRemix.com",
    "short_name": "RecipeRemix",
    "description": "Discover, create and remix recipes from the community.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#fafafa",
    "theme_color": "#4f46e5",
    "icons": [
        {
            "src": "https://rcp-rmx.com/og-image.png",
            "sizes": "1200x1200",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "lang": "en",
    "dir": "ltr",
    "orientation": "portrait",
    "categories": [
        "food",
        "lifestyle"
    ],
    "shortcuts": [
        {
            "name": "New Recipe",
            "url": "/?action=new",
            "description": "Add a new recipe"
        },
        {
            "name": "Shopping List",
            "url": "/en/profile/shopping",
            "description": "View your shopping list"
        }
    ]
}