{
  "name": "Vault Drive - Secure Document Vault",
  "short_name": "Vault Drive",
  "description": "Your private vault with Google Drive experience - encrypted, offline-ready, organized.",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "background_color": "#ffffff",
  "theme_color": "#1a73e8",
  "orientation": "any",
  "scope": "/",
  "start_url": "/?source=pwa",
  "id": "/",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "categories": [
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "OnlineVault.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Vault",
      "short_name": "My Vault",
      "description": "Browse all files - like My Drive",
      "url": "/?shortcut=myvault",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Recent",
      "short_name": "Recent",
      "description": "Recently opened documents",
      "url": "/?shortcut=recent",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Starred",
      "short_name": "Starred",
      "description": "Pinned / starred documents",
      "url": "/?shortcut=starred",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Search Vault",
      "short_name": "Search",
      "description": "Search in your vault",
      "url": "/?shortcut=search",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "OnlineVault.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Vault Drive - browse like Google Drive"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/pdf": [
          ".pdf"
        ],
        "image/*": [
          ".jpg",
          ".jpeg",
          ".png",
          ".webp"
        ]
      }
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    },
    "enctype": "multipart/form-data"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {
      "protocol": "web+vault",
      "url": "/?vault=%s"
    }
  ]
}