{
    "_comment_1": "▼ ラリーごとに変更：PWAを識別するID",
    "id": "/kids2026aut/",

    "_comment_2": "▼ ラリーごとに変更：ラリーの正式名称",
    "name": "KIDSスタンプラリー",

    "_comment_3": "▼ ラリーごとに変更：ホーム画面などに表示する短い名称",
    "short_name": "KIDSスタンプラリー",

    "_comment_4": "▼ ラリーごとに変更：ホーム画面から起動するページ",
    "start_url": "/kids2026aut/index.html",

    "_comment_5": "▼ ラリーごとに変更：このPWAとして扱う範囲",
    "scope": "/",

    "display": "standalone",

    "_comment_6": "▼ ラリーごとに変更：PWA起動時の背景色",
    "background_color": "#17a2e8",

    "_comment_7": "▼ ラリーごとに変更：ラリーのテーマカラー",
    "theme_color": "#17a2e8",

    "icons": [
        {
            "src": "img/android-touch-icon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "img/android-touch-icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}