{
  "name": "LiveTheFast — Catholic Spiritual Formation",
  "short_name": "LiveTheFast",
  "description": "Sacred Catholic spiritual formation through prayer, fasting, and reconciliation.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0E1A2B",
  "theme_color": "#0E1A2B",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["lifestyle", "education", "religion"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-mobile.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "LiveTheFast home screen"
    },
    {
      "src": "/screenshots/fasting-tracker-mobile.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Catholic fasting tracker with streak calendar"
    }
  ],
  "shortcuts": [
    {
      "name": "Start a Fast",
      "short_name": "Fast",
      "description": "Begin a new Catholic fast",
      "url": "/fasting-tracker",
      "icons": [
        {
          "src": "/icons/shortcut-fast.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Daily Prayer",
      "short_name": "Prayer",
      "description": "Open your daily prayer guide",
      "url": "/prayer",
      "icons": [
        {
          "src": "/icons/shortcut-prayer.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Faith Navigator",
      "short_name": "Navigator",
      "description": "Ask the Faith Navigator",
      "url": "/faith-navigator",
      "icons": [
        {
          "src": "/icons/shortcut-navigator.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}