{
    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "id": "/",
    "name": "OrigamiKing3612",
    "short_name": "OrigamiKing3612",
    "theme_color": "#010103",
    "background_color": "#f2f2f2",
    "display": "standalone",
    "start_url": "/",
    "shortcuts": [
        {
            "name": "Blog",
            "short_name": "Blog",
            "description": "OrigamiKing3612's blog",
            "url": "/blog",
            "icons": [
                {
                    "src": "/icons/96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "prefer_related_applications": false,
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icons/192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icons/96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        }
    ]
}
