{
    "name": "Agamudayamatri-PWA APP",
    "short_name": "Agamudayar",
    "description": "PWA app for Agamudayarmatri",
    "start_url": "/recentlyJoined",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#549a11",
    "background_color": "#ffffff",
    "icons": [
        {
            "src": "img/icon.png",
            "sizes": "64x64",
            "type": "image/x-icon"
        },
        {
            "src": "img/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "categories": [
        "lifestyle",
        "social"
    ],
    "lang": "en",
    "dir": "ltr"
}