{
    "name": "Fluks Notes",
    "short_name": "Fluks",
    "description": "A local-first, collaborative note-taking application",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#09090b",
    "theme_color": "#09090b",
    "orientation": "any",
    "icons": [
        {
            "src": "./icons/AppIcon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./icons/AppIcon-1024.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./favicon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "categories": [
        "productivity",
        "utilities"
    ]
}