{
    "name": "哞哞日记 - 怀旧手写日记本",
    "short_name": "哞哞日记",
    "description": "一款支持语音、照片、手绘的怀旧手写日记应用，记录生活每一刻",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#FBF7F0",
    "theme_color": "#AE8A5E",
    "lang": "zh-CN",
    "dir": "ltr",
    "categories": ["lifestyle", "productivity", "utilities"],
    "icons": [
        {
            "src": "/icon-48x48.png",
            "sizes": "48x48",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/maskable-icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/maskable-icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshot-home.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "首页时间线"
        },
        {
            "src": "/screenshot-editor.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "日记编辑页"
        }
    ],
    "shortcuts": [
        {
            "name": "写日记",
            "short_name": "写",
            "description": "快速开始写日记",
            "url": "/?action=new",
            "icons": [
                {
                    "src": "/icon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "语音记录",
            "short_name": "语音",
            "description": "用语音快速记录",
            "url": "/?action=voice",
            "icons": [
                {
                    "src": "/icon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "display_override": ["standalone", "minimal-ui"],
    "edge_side_panel": {
        "preferred_width": 400
    }
}