{
  "name": "Boletim Online",
  "short_name": "Boletim",
  "start_url": "../index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }    
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "2048x2048",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tela Inicial do Boletim"
    },
    {
      "src": "screenshot-desktop.png",
      "sizes": "2048x2048",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard no Computador"
    }
  ]
}