{
    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "theme_color": "#4285f4",
    "background_color": "#ffffff",
    "display": "standalone",
    "scope": "/",
    "start_url": "/",
    "name": "UCLシステム",
    "short_name": "UCLシステム",
    "description": "UCL\u30b7\u30b9\u30c6\u30e0\u30aa\u30fc\u30ca\u30fc\u753b\u9762",
    "icons": [
        {
            "src": "/owners_manifest/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/owners_manifest/icon-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/owners_manifest/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/owners_manifest/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}