{
  "name": "Vitrine Rural",
  "short_name": "Vitrine Rural - A sua plataforma de negócios agricolas!",
  "manifest_version": 16,
  "theme_color": "#55ad33",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "prefer_related_applications": true,
  "Scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "imagens/pwa/icons-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "imagens/pwa/icons-512.png",
      "sizes": "512x512 192x192 64x64 32x32 24x24 16x16",
      "type": "image/png"
    }
  ]
}