{
    "name": "Ochtarcus - The Swiss-Knife for Founders",
    "short_name": "Ochtarcus",
    "description": "The Swiss-Knife for Founders. Access powerful AI tools, expert knowledge, and strategic insights to accelerate your startup journey.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#f5f5ee",
    "theme_color": "#E53935",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Library",
            "short_name": "Library",
            "description": "Browse our startup knowledge library",
            "url": "/tools/library",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Equity Splitter",
            "short_name": "Equity",
            "description": "Split equity fairly with AI",
            "url": "/tools/equity-splitter",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Idea Validator",
            "short_name": "Validate",
            "description": "Validate your startup idea",
            "url": "/tools/idea-validator",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Burn Rate Calc",
            "short_name": "Runway",
            "description": "Calculate your runway",
            "url": "/tools/burn-rate-calculator",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "categories": [
        "business",
        "productivity",
        "utilities",
        "education"
    ]
}