{
    "name": "剣道インサイト",
    "short_name": "剣道インサイト",
    "description": "剣道の稽古動画に指導を書き込み、上達を可視化する統合管理ツール。",
    "lang": "ja",
    "dir": "ltr",
    "id": "/",
    "start_url": "/login",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#17233F",
    "theme_color": "#17233F",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["sports", "education", "productivity"],
    "shortcuts": [
        {
            "name": "スケジュール",
            "short_name": "予定",
            "url": "/schedule",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "動画をアップロード",
            "short_name": "動画追加",
            "url": "/videos/create",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "通知",
            "short_name": "通知",
            "url": "/notifications",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ]
}
