{
    "name": "Officer's Colony Portal",
    "short_name": "Officer Colony",
    "description": "Manage residents, financials, and operations of the Officer's Colony society.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#700101",
    "theme_color": "#700101",
    "icons": [
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "orientation": "portrait",
    "lang": "en",
    "related_applications": [
        {
            "platform": "play",
            "id": "app.vercel.officercolony.twa"
        }
    ]
}