{
    "name": "Thought.care — a quiet place for what's on your mind",
    "short_name": "Thought.care",
    "description": "Release what weighs you down, keep what matters. Private, encrypted in your browser, free to start.",
    "start_url": "/?utm_source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#fafaf9",
    "theme_color": "#7459ec",
    "categories": ["health", "lifestyle", "productivity"],
    "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "Thoughts",
            "short_name": "Thoughts",
            "description": "Open the thought ritual",
            "url": "/app/thoughts?utm_source=pwa",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Mind Gym",
            "short_name": "Mind Gym",
            "description": "Structured self-research",
            "url": "/app/mind-gym?utm_source=pwa",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Knowledge",
            "short_name": "Knowledge",
            "description": "The knowledge library",
            "url": "/knowledge?utm_source=pwa",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
