{
    "name": "PairNote",
    "short_name": "PairNote",
    "description": "伴侣共享笔记待办应用",
    "start_url": "/pairnote/room",
    "scope": "/pairnote/",
    "display": "standalone",
    "background_color": "#FDF8F5",
    "theme_color": "#FF7B57",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/pairnote/static/img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pairnote/static/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}
