{
  "name": "Radio Family Rosary",
  "short_name": "Rosary App",
  "description": "Catholic prayer resources and podcasts for the Rosary",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#2E7D32",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "public/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "public/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "public/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["lifestyle", "education", "spirituality"]
}