{
    "name": "GymBack — ゆるく続く、筋トレログ",
    "short_name": "GymBack",
    "description": "ゆるく続く、筋トレログ。5 分から、1 セットでも、ゆるく続く習慣化アプリ。",
    "start_url": "/",
    "scope": "/",
    "id": "/?source=pwa",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "background_color": "#0a0a0a",
    "theme_color": "#0a0a0a",
    "lang": "ja",
    "dir": "ltr",
    "orientation": "portrait",
    "categories": ["health", "fitness", "lifestyle"],
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "16x16 32x32 48x48",
            "type": "image/x-icon"
        },
        {
            "src": "/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "今日の一手",
            "short_name": "今日",
            "description": "今日やる種目を見る",
            "url": "/home",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "運動を選ぶ",
            "short_name": "選ぶ",
            "description": "種目を選んで記録する",
            "url": "/select",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "最近の記録",
            "short_name": "履歴",
            "description": "過去の記録を確認",
            "url": "/history",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ]
}
