{
    "name": "Hanya Note",
    "short_name": "HanyaNote",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#121212",
    "theme_color": "#1E1E1E",
    "description": "A simple note-taking app powered by Gemini.",
    "icons": [
        {
            "src": "icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}