{
  "name": "TEC Guest Welcome",
  "short_name": "TEC",
  "description": "Guest registration, member learning, and admin tools for The Elevation Church",
  "start_url": "/register",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#1e3a5f",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Register guest",
      "url": "/register"
    },
    {
      "name": "My tasks",
      "url": "/admin/my-tasks"
    },
    {
      "name": "Check status",
      "url": "/guest/status"
    }
  ]
}
