{
    "name": "My App",
    "short_name": "App",
    "description": "This is a description of my app",
    "lang": "en-US",
    "dir": "ltr",
    "start_url": "/",
    "display": "standalone",
    "scope": "/",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "icons": [
        {
            "src": "/wp-content/themes/koto-theme/assets/images/favicons/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/wp-content/themes/koto-theme/assets/images/favicons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "prefer_related_applications": true
}
