{
    "name": "Quest - All-in-One Productivity App",
    "short_name": "Quest",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#0175C2",
    "theme_color": "#0175C2",
    "description": "Quest - Your all-in-one productivity app to gamify your life. Manage habits, tasks, and reach your goals.",
    "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"
        }
    ],
    "screenshots": [
        {
            "src": "screenshots/web.PNG",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Web Application Dashboard"
        },
        {
            "src": "screenshots/mobile.jpg",
            "sizes": "1080x1920",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Mobile Application View"
        },
        {
            "src": "screenshots/habits.PNG",
            "sizes": "1080x1920",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Habit Tracking"
        }
    ]
}