{
  "short_name": "Scriptural",
  "name": "Scriptural: AI-Powered Bible Study Tools",
  "description": "Transform your Bible study and sermon preparation with AI-powered tools. Access multiple Bible translations, AI insights, and more.",
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "categories": ["education", "lifestyle", "productivity"],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Bible Study",
      "short_name": "Study",
      "description": "Open Bible study tool",
      "url": "/",
      "icons": [{
        "src": "icon-192.png",
        "sizes": "192x192"
      }]
    },
    {
      "name": "Pricing",
      "short_name": "Pricing",
      "description": "View pricing plans",
      "url": "/pricing",
      "icons": [{
        "src": "icon-192.png",
        "sizes": "192x192"
      }]
    }
  ],
  "id": "/?source=pwa",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}

