{
    "name": "Alivelists",
    "short_name": "Alivelists",
    "description": "Discover and share curated lists on any topic. Create, organize, and follow lists from the community.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f9fafb",
    "theme_color": "#4f46e5",
    "categories": ["productivity", "utilities"],
    "lang": "en-US",
    "icons": [
        {
            "src": "/favicon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "My Lists",
            "short_name": "Lists",
            "description": "View your curated lists",
            "url": "/lists",
            "icons": [{"src": "/favicon.png", "sizes": "192x192"}]
        },
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "Go to your dashboard",
            "url": "/dashboard",
            "icons": [{"src": "/favicon.png", "sizes": "192x192"}]
        }
    ]
}
