{
  "id": "./",
  "name": "Meu Portal",
  "short_name": "MeuPortal",
  "description": "Gestao de registos, recibos, notas e dashboard do Meu Portal.",
  "lang": "pt-PT",
  "dir": "ltr",
  "start_url": "./home",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#f4f7fb",
  "theme_color": "#0f6589",
  "icons": [
    {
      "src": "views/public/icons/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "views/public/icons/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "./dashboard",
      "icons": [
        {
          "src": "views/public/icons/pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Inserir Registo",
      "short_name": "Inserir",
      "url": "./inserir",
      "icons": [
        {
          "src": "views/public/icons/pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Recibo",
      "short_name": "Recibo",
      "url": "./recibo",
      "icons": [
        {
          "src": "views/public/icons/pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
