{
  "name": "ZCEA Awards Command Center",
  "short_name": "ZCEA",
  "description": "Zanzibar Creative Excellence Awards Platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#020205",
  "theme_color": "#C5A059",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/shadcn-ui/ui/main/apps/www/public/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://raw.githubusercontent.com/shadcn-ui/ui/main/apps/www/public/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "social", "utilities"],
  "shortcuts": [
    {
      "name": "Nominate Work",
      "url": "/nominate",
      "description": "Open the nomination registry"
    },
    {
      "name": "AI Studio",
      "url": "/studio",
      "description": "Launch the AI Creative Studio"
    }
  ]
}