{
    "name": "Freez - Stop the Chaos, Start Winning",
    "short_name": "Freez",
    "description": "Your personal productivity app to organize notes, tasks, and ideas. Stop the chaos, start winning.",
    "start_url": "/folders",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#1a1a2e",
    "background_color": "#1a1a2e",
    "categories": ["productivity", "utilities", "lifestyle"],
    "lang": "en",
    "dir": "ltr",
    "icons": [
        {
            "src": "/freez-logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/freez-logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Freez Desktop View"
        },
        {
            "src": "/screenshots/mobile.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Freez Mobile View"
        }
    ],
    "shortcuts": [
        {
            "name": "My Folders",
            "short_name": "Folders",
            "description": "View all your folders",
            "url": "/folders",
            "icons": [{ "src": "/icons/folder.png", "sizes": "96x96" }]
        },
        {
            "name": "New Note",
            "short_name": "New",
            "description": "Create a new note",
            "url": "/folders?action=new",
            "icons": [{ "src": "/icons/add.png", "sizes": "96x96" }]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}