{
  "name": "Nexus Drive",
  "short_name": "Nexus Drive",
  "description": "Nexus Drive - Cloud storage and document portal.",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#1a73e8",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/img/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Drive",
      "short_name": "Drive",
      "url": "./index.php",
      "description": "Open cloud storage files"
    }
  ]
}