{
    "name": "頭痛よほう - 偏頭痛リスク予測",
    "short_name": "頭痛よほう",
    "description": "天気と気圧から偏頭痛リスクを予測するアプリ",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "background_color": "#EFF6FF",
    "theme_color": "#2563EB",
    "orientation": "portrait-primary",
    "categories": ["health", "weather"],
    "lang": "ja",
    "icons": [
        {
            "src": "assets/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "assets/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ]
}
