{
    "name": "TATAKI COMIC",
    "short_name": "TOEIC APP",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#1e3a8a",
    "theme_color": "#fde047",
    "icons": [{
            "src": "icon-192.jpg",
            "sizes": "192x192",
            "type": "image/jpeg"
        },
        {
            "src": "icon-512.jpg",
            "sizes": "512x512",
            "type": "image/jpeg"
        }
    ]
}