{
    "display_override": [
        "window-controls-overlay"
    ],
    "protocol_handlers": [
        {
            "protocol": "mailto",
            "url": "/newEmail?to=%s"
        }
    ],
    "name": "EduRLab - Institution Management",
    "short_name": "EduRLab",
    "description": "Manage your institution, teachers, students, and classes efficiently with EduRLab.",
    "start_url": "/institution/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#059669",
    "lang": "en",
    "dir": "ltr",
    "categories": [
        "education",
        "management",
        "productivity"
    ],
    "prefer_related_applications": false,
    "id": "EduRLab",
    "screenshots": [
        {
            "src": "/images/screenshots/login.png",
            "sizes": "1280x720",
            "type": "image/png",
            "label": "EduRLab Dashboard"
        },
        {
            "src": "/images/screenshots/login.png",
            "sizes": "1280x720",
            "type": "image/png",
            "label": "Login Screen"
        }
    ],
    "icons": [
        {
            "src": "images/icons/manifest-icon-192.maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icons/manifest-icon-192.maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "images/icons/manifest-icon-512.maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icons/manifest-icon-512.maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "Go to the main dashboard",
            "url": "/dashboard"
        },
        {
            "name": "Students",
            "short_name": "Students",
            "description": "Manage student records",
            "url": "students"
        },
        {
            "name": "Teachers",
            "short_name": "Teachers",
            "description": "View and manage teachers",
            "url": "/institution/teachers"
        }
    ],
    "share_target": {
        "action": "share",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "The title of the content you would like to share",
            "text": "The text of the content you would like to share",
            "url": "The url of the content you would like to share"
        }
    },
    "file_handlers": [
        {
            "action": "The url you would like to open when the user chooses to share content to your app. This URL must have code to do something with the returned file.",
            "accept": {
                "text/*": [
                    ".txt"
                ]
            }
        }
    ]
}