{
    "name": "CAAZ Online Services",
    "short_name": "CAAZ Online",
    "description": "Apply for CAAZ drone registration and flight permit services.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "background_color": "#f3f8fd",
    "theme_color": "#145eab",
    "orientation": "portrait-primary",
    "categories": ["business", "productivity", "government"],
    "icons": [
        {
            "src": "/image/logo_full.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/image/logo_full.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Drone Registration",
            "short_name": "Drone",
            "url": "/apply/drone",
            "description": "Start or resume a drone registration application."
        },
        {
            "name": "Flight Permit",
            "short_name": "Permit",
            "url": "/apply/aim",
            "description": "Start a flight permit application."
        }
    ]
}
