{
  "name": "Leadway Mission Media - Daily Christian Devotionals & Faith Resources",
  "short_name": "Leadway Mission",
  "description": "Discover daily Christian devotionals, inspiring faith journey stories, and spiritual resources. Strengthen your relationship with God through our carefully curated biblical content and community discussions.",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["lifestyle", "education", "books", "religion", "spirituality"],
  "keywords": ["Christian devotionals", "daily devotions", "faith journey", "spiritual growth", "Bible study", "Christian podcasts", "God's word", "prayer", "faith community"],
  "iarc_rating_id": "e58c174a-81d2-5c3c-32cc-34b8de4a52e9",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/favicon.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Leadway Mission Media - Daily Devotionals"
    },
    {
      "src": "/favicon.png",
      "sizes": "750x1334",
      "type": "image/png",
      "platform": "narrow",
      "label": "Daily Christian Devotionals on Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Devotional",
      "short_name": "Devotional",
      "description": "Read today's devotional content and join community discussions",
      "url": "/devotional?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Faith Journey Stories",
      "short_name": "Faith Journey",
      "description": "Explore inspiring faith journey testimonies and stories",
      "url": "/faith-journey?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Christian Blog",
      "short_name": "Blog",
      "description": "Read spiritual insights and Christian blog posts",
      "url": "/blog?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Christian Books",
      "short_name": "Books",
      "description": "Discover Christian books and spiritual resources",
      "url": "/books?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Christian Radio",
      "short_name": "Radio",
      "description": "Listen to Christian radio streaming live 24/7",
      "url": "/radio?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+devotional",
      "url": "/devotional/%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://devotion.leadwaymission.ca/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
} 