{
    "name": "AI Blog",
    "short_name": "AI Blog",
    "description": "AI（人工知能）に関する最新情報、技術解説、実装方法について詳しく解説するブログ",
    "icons": [
        {
            "src": "android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#5f4b32",
    "background_color": "#f8f3e9",
    "display": "standalone",
    "start_url": "/",
    "scope": "/"
}