{
    "id": "/pwa.php",
    "name": "BISHOP AUNEAU GIRLS CATHOLIC SECONDARY SCHOOL",
    "short_name": "BAGCSS",
    "description": "Official PWA for BISHOP AUNEAU GIRLS CATHOLIC SECONDARY SCHOOL. View student results, news, and updates even offline.",
    "start_url": "/pwa.php?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "browser"
    ],
    "orientation": "portrait",
    "background_color": "#003366",
    "theme_color": "#003366",
    "categories": [
        "education",
        "productivity"
    ],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/logo.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/logo.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/logo.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/logo.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/logo.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/logo.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/logo.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "View Results",
            "short_name": "Results",
            "description": "Check student academic performance",
            "url": "/results.php?source=pwa_homescreen",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Staff Login",
            "short_name": "Login",
            "description": "Access administrative dashboard",
            "url": "/admin/login.php?source=pwa_homescreen",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Announcements",
            "short_name": "News",
            "description": "View latest school announcements",
            "url": "/announcements.php?source=pwa_homescreen",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/home.jpg",
            "sizes": "1080x1920",
            "type": "image/jpeg",
            "platform": "wide",
            "label": "Home screen of BISHOP AUNEAU GIRLS CATHOLIC SECONDARY SCHOOL"
        }
    ],
    "related_applications": [],
    "handle_links": "auto",
    "launch_handler": {
        "client_mode": [
            "focus-existing",
            "auto"
        ]
    },
    "edge_side_panel": {
        "preferred_width": 400
    }
}