{
  "name": "Masonic Ritual Trainer",
  "short_name": "Ritual",
  "description": "A mobile-first ritual rehearsal app with speech prompts and voice guidance.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#140d0a",
  "theme_color": "#140d0a",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}