{
    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "id": "/",
    "name": "The House App",
    "short_name": "The House App",
    "description": "The House App is a cutting-edge tool designed to enrich the educational journey for students and teachers alike. It offers insights to track house-related activities and achievements, fostering engagement within the school community.",
    "theme_color": "#000001",
    "background_color": "#f5fcff",
    "display": "standalone",
    "display_override": [
        "standalone",
        "minimal-ui",
        "browser"
    ],
    "lang": "en-US",
    "start_url": "/",
    "categories": [
        "productivity",
        "utilities"
    ],
    "shortcuts": [
        {
            "name": "Houses",
            "short_name": "Houses",
            "description": "See all Houses",
            "url": "/houses",
            "icons": [
                {
                    "src": "/icons/96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Announcements",
            "short_name": "Announcements",
            "description": "See all Announcements",
            "url": "/announcements",
            "icons": [
                {
                    "src": "/icons/96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Calendar",
            "short_name": "Calendar",
            "description": "See Calendar",
            "url": "/calendar",
            "icons": [
                {
                    "src": "/icons/96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "prefer_related_applications": false,
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icons/192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icons/96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/admin.png",
            "sizes": "3796x1916",
            "type": "image/png",
            "label": "Admin Home Page",
            "form_factor": "wide"
        },
        {
            "src": "/screenshots/student.png",
            "sizes": "3796x1916",
            "type": "image/png",
            "label": "Student Home Page",
            "form_factor": "wide"
        },
        {
            "src": "/screenshots/houses.png",
            "sizes": "3796x1916",
            "type": "image/png",
            "label": "Houses Page",
            "form_factor": "wide"
        },
        {
            "src": "/screenshots/admin-mobile.png",
            "sizes": "1179x2379",
            "type": "image/png",
            "label": "Admin Home Page",
            "form_factor": "narrow"
        },
        {
            "src": "/screenshots/student-mobile.png",
            "sizes": "1179x2379",
            "type": "image/png",
            "label": "Student Home Page",
            "form_factor": "narrow"
        },
        {
            "src": "/screenshots/houses-mobile.png",
            "sizes": "1179x2379",
            "type": "image/png",
            "label": "Houses Page",
            "form_factor": "narrow"
        }
    ]
}
