{
    "id": "/portal",
    "name": "YORYOR 店主ポータル",
    "short_name": "YORYOR",
    "description": "お店の予約・受付の状況をまとめて確認し、新しい予約の通知を受け取れます。",
    "lang": "ja",
    "dir": "ltr",
    "start_url": "/portal?source=pwa",
    "scope": "/portal",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f1f5f9",
    "theme_color": "#1e293b",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
