{
  "name": "FaithFlow - Offline Bible",
  "short_name": "FaithFlow",
  "description": "Read the Bible completely offline with hourly verses. No account required.",
  "id": "faithflow-pwa",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "categories": ["education", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "widgets": [
    {
      "name": "Verse of the Hour",
      "short_name": "FaithFlow Verse",
      "description": "Displays the current hourly Bible verse from FaithFlow.",
      "tag": "verse-of-the-hour",
      "ms_ac_template": "/widgets/verse-widget.json",
      "data": "/api/widget/verse",
      "type": "application/json",
      "auth": false,
      "update": 3600,
      "sizes": [
        { "width": 2, "height": 2 },
        { "width": 4, "height": 2 },
        { "width": 2, "height": 4 }
      ],
      "screenshots": [
        {
          "src": "/android-chrome-512x512.png",
          "sizes": "512x512",
          "label": "FaithFlow verse widget — home screen",
          "form_factor": "wide"
        },
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "label": "FaithFlow verse widget — lock screen",
          "form_factor": "narrow"
        }
      ],
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "shortcuts": [
    {
      "name": "Read Bible",
      "short_name": "Bible",
      "description": "Open Bible Reader",
      "url": "/bible"
    },
    {
      "name": "Verse of the Hour",
      "short_name": "Verse",
      "description": "Today's hourly verse",
      "url": "/"
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Appearance and theme",
      "url": "/settings"
    }
  ]
}
