{
  "name": "📿 First Saturday Devotion",
  "short_name": "First Saturday",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F44336",
  "theme_color": "#000000",
  "scope": "/",
  "orientation": "any",
  "description": "A devotional app to guide you through the First Saturday Devotion, offering reflections, prayers, and multimedia for each month’s observance. Check back on the first Saturday of each month for new content.",
  "categories": ["Spirituality", "Catholic", "Prayer", "Devotion"],
  "icons": [
    {
      "src": "./img/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./img/android-chrome-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "./img/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "./img/android-chrome-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "./img/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}