{
    "name": "BOMIS - Bilet & Operasyon Yönetimi",
    "short_name": "BOMIS",
    "description": "BOMIS bilet, proje ve ekip yönetim platformu",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#0f172a",
    "theme_color": "#4f46e5",
    "lang": "tr",
    "dir": "ltr",
    "categories": ["productivity", "business"],
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "any",
            "type": "image/x-icon"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        { "name": "Yeni Bilet", "short_name": "Bilet+", "url": "/tickets/create" },
        { "name": "Kanban", "url": "/kanban" },
        { "name": "Performansım", "url": "/performance/me" }
    ]
}
