{
    "name": "Ouchi Meal - 家族の食卓をもっと楽しく",
    "short_name": "Ouchi Meal",
    "description": "おうちの献立と買い物リストを家族みんなで管理",
    "id": "/",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui",
        "browser"
    ],
    "background_color": "#fff5f0",
    "theme_color": "#e8633a",
    "lang": "ja",
    "dir": "ltr",
    "categories": [
        "food",
        "lifestyle",
        "productivity"
    ],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "今週の買い物リスト",
            "short_name": "買い物",
            "description": "今週の買い物リストをすぐに確認",
            "url": "/shopping?source=shortcut",
            "icons": [
                {
                    "src": "/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "献立カレンダー",
            "short_name": "カレンダー",
            "description": "週間献立カレンダーを確認・編集",
            "url": "/calendar?source=shortcut",
            "icons": [
                {
                    "src": "/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "献立を追加",
            "short_name": "追加",
            "description": "新しい献立を追加する",
            "url": "/add?source=shortcut",
            "icons": [
                {
                    "src": "/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Ouchi Meal ホーム画面"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Ouchi Meal ホーム画面（デスクトップ）"
        }
    ],
    "share_target": {
        "action": "/add",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}