{
  "name": "Sophia Scripture - Where Wisdom Meets Scripture",
  "short_name": "Sophia Scripture",
  "description": "AI-powered Bible reading and study app with premium features, multiple translations, and spiritual insights.",
  "start_url": "/read",
  "display": "standalone",
  "background_color": "#6366f1",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "lifestyle", "books"],
  "icons": [
    {
      "src": "/favicon.svg?v=2",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.svg?v=2",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "features": [
    "AI-powered Bible analysis",
    "Multiple Bible translations",
    "Cross-references and study tools",
    "Bookmarking and note-taking",
    "Audio Bible playback",
    "Premium subscription features"
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Bible Reader",
      "short_name": "Read",
      "description": "Start reading the Bible",
      "url": "/read",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Search Scripture",
      "short_name": "Search",
      "description": "Search Bible verses",
      "url": "/search",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "My Bookmarks",
      "short_name": "Bookmarks",
      "description": "View saved verses",
      "url": "/bookmarks",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "bible",
      "url": "/?verse=%s"
    }
  ]
}