{
    "name": "CypherNote",
    "short_name": "CypherNote",
    "description": "Encrypted private notes that self-delete after being read.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#121212",
    "theme_color": "#00ff8c",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en-US",
    "categories": ["productivity", "security", "utilities"],
    "icons": [
        {
            "src": "/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
} 
