{
  "name": "Perfection Youth Chapel",
  "short_name": "PYC",
  "description": "Member registration and Sunday check-in for Perfection Youth Chapel",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#0D1B2A",
  "theme_color": "#0D1B2A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Profile",
      "url": "/profile",
      "description": "View your member profile"
    },
    {
      "name": "Register",
      "url": "/register",
      "description": "Register as a new member"
    },
    {
      "name": "Usher Check-in",
      "url": "/checkin",
      "description": "Check in members at the entrance"
    }
  ],
  "categories": ["lifestyle", "social"]
}
