{
    "name": "Who Am I",
    "short_name": "Who Am I",
    "start_url": "./",
    "scope": "./",
    "id": "who-am-i-local",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f6f7f4",
    "theme_color": "#1477d4",
    "description": "QR owner lookup for student clothing and school items.",
    "categories": ["education", "utilities"],
    "icons": [
        {
            "src": "assets/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Login",
            "short_name": "Login",
            "url": "index.php?page=login"
        },
        {
            "name": "Parent Register",
            "short_name": "Register",
            "url": "index.php?page=register"
        }
    ]
}
