{
  "name": "Church Admin",
  "short_name": "ChurchAdmin",
  "description": "Church management platform for congregation and ministry administration",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#465fff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Members",
      "url": "/members",
      "description": "View congregation members"
    },
    {
      "name": "Schedule",
      "url": "/schedule",
      "description": "View service schedule"
    },
    {
      "name": "Finance",
      "url": "/finance",
      "description": "View financial records"
    }
  ]
}
