{
    "name": "NoteQ - Privacy-First Note Taking",
    "short_name": "NoteQ",
    "description": "Create, share, and protect your notes with client-side encryption. No signup required.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#3B82F6",
    "orientation": "portrait-primary",
    "categories": [
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "32x32",
            "type": "image/svg+xml"
        },
        {
            "src": "/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml"
        },
        {
            "src": "/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml"
        },
        {
            "src": "/apple-touch-icon.svg",
            "sizes": "180x180",
            "type": "image/svg+xml"
        }
    ],
    "shortcuts": [
        {
            "name": "New Note",
            "short_name": "New Note",
            "description": "Create a new note",
            "url": "/",
            "icons": [
                {
                    "src": "/favicon.svg",
                    "sizes": "32x32",
                    "type": "image/svg+xml"
                }
            ]
        }
    ]
}