{
    "id": "./",
    "name": "デジスタ公式サイト",
    "short_name": "デジスタ",
    "start_url": "./",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "icons": [
        {
            "src": "img/android-touch-icon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "img/android-touch-icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}