{
  "name": "EkklesiaNet",
  "short_name": "Ekklesia",
  "description": "Plataforma de comunidad y gestión eclesiástica",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1e1b4b",
  "theme_color": "#4f46e5",
  "lang": "es",
  "categories": ["religion", "education", "social"],
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Juego Griego",
      "short_name": "Griego",
      "description": "Practica griego bíblico",
      "url": "/greek-game",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Biblia",
      "short_name": "Biblia",
      "description": "Leer la Biblia",
      "url": "/bible",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": []
}