{
	"manifest_version": 3,
	"version": "1.1.0",
  "name": "Concierge",
  "short_name": "Concierge",
  "description": "Sistema Integrado de Gestão da Formação",
  "start_url": "/portal",
  "display": "standalone",
  "permissions": [
    "geolocation",
    "notifications",
    "tabs"
  ],
  "background_color": "#ffffff",
  "theme_color": "#4690FF",
  "icons": [
    {
      "src": "img/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
