{
  "name": "Portal da Igreja",
  "short_name": "Igreja",
  "description": "Portal de membros, estudos bíblicos, eventos e comunidade eclesial",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FAF7F2",
  "theme_color": "#1A2340",
  "lang": "pt-BR",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/img/icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Início",
      "description": "Acesse seu dashboard pessoal",
      "url": "/membros/dashboard/",
      "icons": [{ "src": "/static/img/icon_192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "EBD",
      "short_name": "EBD",
      "description": "Aula de Escola Bíblica Dominical",
      "url": "/ebd/",
      "icons": [{ "src": "/static/img/icon_192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Eventos",
      "short_name": "Eventos",
      "description": "Eventos da igreja",
      "url": "/eventos/",
      "icons": [{ "src": "/static/img/icon_192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "categories": ["education", "lifestyle"],
  "screenshots": [
    {
      "src": "/static/img/screenshot_narrow.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "purpose": "any"
    },
    {
      "src": "/static/img/screenshot_wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/compartilhar/",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
