{
    "name": "推しログ (OshiLog)",
    "short_name": "推しログ",
    "description": "YouTube連携で推しとの日々を記録・支援するWebサービス",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#09090b",
    "theme_color": "#ec4899",
    "orientation": "any",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "screenshots": [
        {
            "src": "/screenshots/room.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        }
    ]
}