{
    "id": "/admin",
    "name": "MCIA Museum System",
    "short_name": "MCIA Museum",
    "description": "Museum Collection Information and Artefacts System",
    "start_url": "/admin",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#f59e0b",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/images/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Add Artefact",
            "url": "/admin/artefacts/create",
            "description": "Add a new artefact",
            "icons": [
                {
                    "src": "/images/icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "View Artefacts",
            "url": "/admin/artefacts",
            "description": "View all artefacts",
            "icons": [
                {
                    "src": "/images/icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "/images/screenshots/desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "MCIA Museum Admin Dashboard"
        },
        {
            "src": "/images/screenshots/mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "MCIA Museum on Mobile"
        }
    ]
}