{
    "name": "TMS Field App",
    "short_name": "TMS",
    "description": "TMS CRM and Imprest",
    "id": "/pwa/",
    "start_url": "/pwa/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "lang": "en",
    "scope": "/",
    "orientation": "portrait",
    "related_applications": [
        { "platform": "webapp", "url": "/manifest-root.webmanifest" },
        { "platform": "webapp", "url": "/pwa/manifest.webmanifest" }
    ],
    "icons": [
        {
            "src": "/pwa-icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-icons/icon-maskable-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
