{
  "name": "Gate Access",
  "short_name": "Gate Access",
  "description": "Gate Access - Ministry Management System",
  "version": "2025.09.01.01",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1976d2",
  "background_color": "#ffffff",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    {
      "src": "/images/altlogin10.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/altlogin10.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/ga_icon_180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/ga_logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/altlogin10.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Gate Access Login Screen"
    }
  ],
  "shortcuts": [
    {
      "name": "My Ministry",
      "short_name": "Ministry",
      "description": "Access your ministry dashboard",
      "url": "/app/myministry",
      "icons": [
        {
          "src": "/images/ga_icon_180.png",
          "sizes": "180x180",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Residents",
      "short_name": "Residents",
      "description": "Manage residents",
      "url": "/app/residents",
      "icons": [
        {
          "src": "/images/ga_icon_180.png",
          "sizes": "180x180",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Volunteers",
      "short_name": "Volunteers",
      "description": "Manage volunteers",
      "url": "/app/volunteers",
      "icons": [
        {
          "src": "/images/ga_icon_180.png",
          "sizes": "180x180",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Facilities",
      "short_name": "Facilities",
      "description": "Manage facilities",
      "url": "/app/facilities",
      "icons": [
        {
          "src": "/images/ga_icon_180.png",
          "sizes": "180x180",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "capture_links": "new-client",
  "file_handlers": [
    {
      "action": "/app/upload",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"],
        "application/pdf": [".pdf"],
        "text/*": [".txt", ".csv"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+gateaccess",
      "url": "/app/lookup?q=%s"
    }
  ],
  "share_target": {
    "action": "/app/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "application/pdf", "text/*"]
        }
      ]
    }
  },
  "permissions": [
    "notifications",
    "background-sync"
  ],
  "features": [
    "Cross Platform",
    "fast",
    "simple"
  ]
}
