{
  "name": "Daily Divine Connect - Christian Devotional App",
  "short_name": "Divine Connect",
  "description": "Draw closer to God with daily devotionals, Bible reading plans, prayer journal, and community prayer wall. Experience the transforming love of Christ.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#faf8f5",
  "theme_color": "#7c3d72",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "iarc_rating_id": "",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["lifestyle", "books", "education", "religion"],
  "screenshots": [
    {
      "src": "/images/screenshot-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Daily Divine Connect - Desktop View"
    },
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily Divine Connect - Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Verse",
      "short_name": "Verse",
      "description": "Read today's scripture",
      "url": "/scripture",
      "icons": [{ "src": "/icons/icon-512x512.png", "sizes": "512x512" }]
    },
    {
      "name": "Prayer Journal",
      "short_name": "Pray",
      "description": "Write in your prayer journal",
      "url": "/prayer-journal",
      "icons": [{ "src": "/icons/icon-512x512.png", "sizes": "512x512" }]
    },
    {
      "name": "Reading Plans",
      "short_name": "Plans",
      "description": "Continue your Bible reading plan",
      "url": "/reading-plans",
      "icons": [{ "src": "/icons/icon-512x512.png", "sizes": "512x512" }]
    },
    {
      "name": "Prayer Wall",
      "short_name": "Community",
      "description": "Join the prayer community",
      "url": "/prayer-wall",
      "icons": [{ "src": "/icons/icon-512x512.png", "sizes": "512x512" }]
    },
    {
      "name": "My Highlights",
      "short_name": "Highlights",
      "description": "View your highlighted verses",
      "url": "/highlights",
      "icons": [{ "src": "/icons/icon-512x512.png", "sizes": "512x512" }]
    },
    {
      "name": "Daily Reminders",
      "short_name": "Reminders",
      "description": "Set devotional reminders",
      "url": "/reminders",
      "icons": [{ "src": "/icons/icon-512x512.png", "sizes": "512x512" }]
    }
  ],
  "related_applications": [],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}