{
    "name": "Gift Memory",
    "short_name": "GiftMemory",
    "description": "大切な人への贈り物の思い出を記録・管理できるアプリケーション",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#667eea",
    "theme_color": "#667eea",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "ja",
    "categories": ["lifestyle", "productivity"],
    "icons": [
        {
            "src": "images/favicon.ico",
            "sizes": "16x16 32x32",
            "type": "image/x-icon"
        },
        {
            "src": "images/ogp-image.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "images/ogp-image.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "新しい贈り物を追加",
            "short_name": "追加",
            "description": "新しい贈り物を記録します",
            "url": "/?action=add",
            "icons": [
                {
                    "src": "images/favicon.ico",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "贈り物リスト",
            "short_name": "リスト",
            "description": "記録した贈り物の一覧を表示します",
            "url": "/?action=list",
            "icons": [
                {
                    "src": "images/favicon.ico",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "images/ogp-image.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Gift Memory アプリケーションのスクリーンショット"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 400
    }
} 