{
    "name": "臨床実習管理システム",
    "short_name": "実習管理",
    "description": "Clinical Practice Management System - 臨床実習における学生の出席管理、日報管理、評価管理を一元化するシステム",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2563eb",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "education",
        "medical",
        "productivity"
    ],
    "shortcuts": [
        {
            "name": "日報作成",
            "short_name": "日報",
            "description": "新しい日報を作成",
            "url": "/student/report",
            "icons": [
                {
                    "src": "/icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "出席登録",
            "short_name": "出席",
            "description": "出席を登録",
            "url": "/student/attendance",
            "icons": [
                {
                    "src": "/icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}