{
    "name": "ZestLoop - Daily Inspiration & Content",
    "short_name": "ZestLoop",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "background_color": "#0A0E1A",
    "theme_color": "#A78BFA",
    "description": "Your daily source of inspiration, stories, quotes, and more. Available offline with favorites and text-to-speech.",
    "orientation": "any",
    "prefer_related_applications": false,
    "categories": ["productivity", "lifestyle", "education"],
    "lang": "en-US",
    "shortcuts": [
        {
            "name": "Favorites",
            "short_name": "Favorites",
            "description": "View your favorite content",
            "url": "./?page=favorites",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Random Content",
            "short_name": "Random",
            "description": "Get random inspiring content",
            "url": "./?action=random",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Settings",
            "short_name": "Settings",
            "description": "Manage app settings",
            "url": "./?page=settings",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "share_target": {
        "action": "./share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "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"
        }
    ]
}
