{
    "name": "TENDEN - 日頃の備えと迷わないルートを",
    "short_name": "TENDEN",
    "description": "津波発生時に「迷わず逃げる」ための避難ナビ。AIスマート避難ルート・リアルタイム浸水判定・オフライン対応・30言語。",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#007aff",
    "lang": "ja",
    "categories": [
        "navigation",
        "utilities"
    ],
    "screenshots": [
        {
            "src": "assets/screenshots/screen1.png",
            "sizes": "1170x2532",
            "type": "image/png",
            "label": "平時モード — 地図・避難所・海抜HUD"
        },
        {
            "src": "assets/screenshots/screen2.png",
            "sizes": "1170x2532",
            "type": "image/png",
            "label": "緊急モード — AIスマート避難ルート"
        },
        {
            "src": "assets/screenshots/screen3.png",
            "sizes": "1170x2532",
            "type": "image/png",
            "label": "ルート候補の選択"
        }
    ],
    "icons": [
        {
            "src": "assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "assets/icons/icon-192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "assets/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "今すぐ避難開始",
            "short_name": "避難開始",
            "description": "緊急モードで即座に避難ルートを確認",
            "url": "./index.html?mode=emergency&utm_source=pwa_shortcut",
            "icons": [
                {
                    "src": "assets/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}