{
    "name": "NightCast - 高級顧客管理アプリ",
    "short_name": "NightCast",
    "description": "高級クラブ・ラウンジ向け顧客管理システム",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#121218",
    "theme_color": "#121218",
    "orientation": "portrait-primary",
    "lang": "ja",
    "icons": [
        {
            "src": "/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "shortcuts": [
        {
            "name": "ホーム",
            "url": "/cast/home",
            "icons": [{"src": "/android-chrome-192x192.png", "sizes": "192x192"}]
        },
        {
            "name": "顧客一覧",
            "url": "/cast/customers",
            "icons": [{"src": "/android-chrome-192x192.png", "sizes": "192x192"}]
        }
    ],
    "categories": ["business", "productivity"]
}
