{
  "name": "🕊️ First Friday Devotion",
  "short_name": "First Friday",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F44336",
  "theme_color": "#000000",
  "scope": "/",
  "orientation": "any",
  "description": "A devotional app to guide you through the First Friday Devotion, offering reflections, prayers, and multimedia for each month’s observance. Check back on the first Friday 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"
    }
  ]
}