{
  "name": "Pray for Me Now",
  "short_name": "PrayForMe",
  "description": "A community where you can share prayer requests and pray for others",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F9F7F7",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "shortcuts": [
    {
      "name": "New Prayer",
      "short_name": "New",
      "description": "Create a new prayer request",
      "url": "/new-prayer"
    },
    {
      "name": "My Groups",
      "short_name": "Groups",
      "description": "View my prayer groups",
      "url": "/groups"
    }
  ]
} 