{
    "name": "Personality Architect",
    "short_name": "PA",
    "description": "Track habits, streaks, goals and AI insights in one place. Share progress to Farcaster, receive personalized nudges, and stay consistent with gamified analytics.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0D0F1A",
    "theme_color": "#0D0F1A",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "health",
        "productivity",
        "lifestyle"
    ],
    "shortcuts": [
        {
            "name": "Add Habit",
            "short_name": "Habits",
            "description": "Track your daily habits",
            "url": "/habits",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "View Streaks",
            "short_name": "Streaks",
            "description": "Check your progress",
            "url": "/streaks",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}