{
    "name": "Keep Track Today",
    "short_name": "Keep Track",
    "description": "Track everything in one place. Notes, files, audio, todos — organized with folders, categories, and tags.",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#f9fafb",
    "theme_color": "#0f172a",
    "orientation": "any",
    "icons": [
        {
            "src": "/img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "share_target": {
        "action": "/share/target",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "categories": ["productivity", "utilities"],
    "lang": "en",
    "dir": "ltr"
}
