{
  "id": "./app.php",
  "name": "Green Prime RH Cloud",
  "short_name": "GP RH",
  "description": "Portal de recursos humanos da Green Prime Wood Houses",
  "version": "10.1.68",
  "lang": "pt-PT",
  "start_url": "./app.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f3f7f4",
  "theme_color": "#073f2a",
  "icons": [
    {
      "src": "assets/img/Logo-App-PWA-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/Logo-App-PWA-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Meu painel",
      "short_name": "Painel",
      "url": "./app.php",
      "icons": [
        {
          "src": "assets/img/Logo-App-PWA-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Notificações",
      "short_name": "Alertas",
      "url": "./notifications.php",
      "icons": [
        {
          "src": "assets/img/Logo-App-PWA-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Registos",
      "short_name": "Registos",
      "url": "./punches.php",
      "icons": [
        {
          "src": "assets/img/Logo-App-PWA-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
