{
  "name": "Pastor Perks \u2014 Concierge",
  "short_name": "Pastor Perks",
  "description": "Private concierge for clergy and ministry leaders. Submit requests, get recommendations, and connect with your dedicated team.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1A1A1A",
  "theme_color": "#C2185B",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Request",
      "short_name": "Request",
      "description": "Submit a new concierge request",
      "url": "/quick-request",
      "icons": [{ "src": "/apple-touch-icon.png", "sizes": "180x180" }]
    },
    {
      "name": "Text Concierge",
      "short_name": "Text",
      "description": "Send a text message to your concierge",
      "url": "/sms",
      "icons": [{ "src": "/apple-touch-icon.png", "sizes": "180x180" }]
    }
  ],
  "categories": ["lifestyle", "productivity"]
}
