{
  "name": "Visual Rosary",
  "short_name": "Rosary",
  "description": "A progressive web app for praying the traditional Catholic Rosary with visual meditation aids, supporting 100+ languages with offline functionality.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050507",
  "theme_color": "#050507",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["lifestyle", "utilities"],
  "shortcuts": [
    {
      "name": "Joyful Mysteries",
      "short_name": "Joyful",
      "description": "Pray the Joyful Mysteries",
      "url": "/?mysteries=joyful",
      "icons": [{ "src": "/logo192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Sorrowful Mysteries",
      "short_name": "Sorrowful",
      "description": "Pray the Sorrowful Mysteries",
      "url": "/?mysteries=sorrowful",
      "icons": [{ "src": "/logo192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Glorious Mysteries",
      "short_name": "Glorious",
      "description": "Pray the Glorious Mysteries",
      "url": "/?mysteries=glorious",
      "icons": [{ "src": "/logo192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Luminous Mysteries",
      "short_name": "Luminous",
      "description": "Pray the Luminous Mysteries",
      "url": "/?mysteries=luminous",
      "icons": [{ "src": "/logo192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/opening-prayers/Apostles_Creed.webp",
      "sizes": "1024x1536",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Pray the Rosary with beautiful visual meditations"
    }
  ],
  "related_applications": []
}