{
    "short_name": "Teammato",
    "name": "Teammato: Anonymous Feedback for High-Trust Teams",
    "description": "Teammato helps high-trust teams collect honest insights with k-anonymity protection. Submit feedback, track trends, and improve team culture safely.",
    "id": "teammato-web-app",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#2C7A7B",
    "background_color": "#ffffff",
    "dir": "ltr",
    "lang": "en-US",
    "categories": [
        "productivity",
        "business",
        "social"
    ],
    "icons": [
        {
            "src": "favicon.png",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/png"
        },
        {
            "src": "logo.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any maskable"
        },
        {
            "src": "logo.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/dashboard",
            "description": "View your team's feedback dashboard"
        },
        {
            "name": "New Feedback",
            "url": "/portal",
            "description": "Submit new feedback"
        }
    ]
}