{
    "id": "/?source=pwa",
    "name": "D.N.P. Public School App",
    "short_name": "D.N.P.",
    "description": "Complete School Management System powered by HARXIT TECH",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "fullscreen",
        "standalone"
    ],
    "orientation": "portrait",
    "background_color": "#fff7fb",
    "theme_color": "#7f1239",
    "prefer_related_applications": false,
    "categories": [
        "education",
        "productivity"
    ],
    "icons": [
        {
            "src": "/images/logo.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/logo.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
