{
  "name": "Bible Companions",
  "short_name": "BibleComp",
  "description": "Connect with biblical wisdom through AI-powered character conversations, prayers, and encouragement",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "education", "entertainment"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/favicon-heart.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat with Characters",
      "short_name": "Chat",
      "description": "Start a conversation with biblical characters",
      "url": "/app",
      "icons": [
        {
          "src": "/favicon-heart.png",
          "sizes": "48x48"
        }
      ]
    },
    {
      "name": "Prayer Wall",
      "short_name": "Prayer",
      "description": "Share and view prayer requests",
      "url": "/prayer-requests",
      "icons": [
        {
          "src": "/favicon-heart.png",
          "sizes": "48x48"
        }
      ]
    },
    {
      "name": "Send Greeting",
      "short_name": "Greeting",
      "description": "Send biblical encouragement cards",
      "url": "/greeting-cards",
      "icons": [
        {
          "src": "/favicon-heart.png",
          "sizes": "48x48"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "screenshots": [],
  "scope": "/",
  "id": "bible-companions-pwa"
}