{
  "name": "VaultBridge",
  "short_name": "VaultBridge",
  "description": "Secure encrypted file sharing with end-to-end encryption, self-destructing vaults, secure email relay, and encrypted clipboard sync. Zero-knowledge privacy.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "browser"
  ],
  "background_color": "#0a0a0f",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": [
    "security",
    "utilities",
    "productivity"
  ],
  "launch_handler": {
    "client_mode": [
      "focus-existing",
      "navigate-existing",
      "auto"
    ]
  },
  "handle_links": "preferred",
  "scope_extensions": [
    {
      "origin": "https://vaultbridge.org"
    },
    {
      "origin": "https://www.vaultbridge.org"
    },
    {
      "origin": "https://vaultbridge.onrender.com"
    }
  ],
  "url_handlers": [
    {
      "origin": "https://vaultbridge.org"
    },
    {
      "origin": "https://www.vaultbridge.org"
    },
    {
      "origin": "https://vaultbridge.onrender.com"
    }
  ],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload Files",
      "short_name": "Upload",
      "description": "Upload and encrypt files securely",
      "url": "/upload",
      "icons": [
        {
          "src": "/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Access Vault",
      "short_name": "Access",
      "description": "Access an encrypted vault with code",
      "url": "/access",
      "icons": [
        {
          "src": "/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Get it Mailed",
      "short_name": "Email Files",
      "description": "Send files securely via email relay",
      "url": "/get-it-mailed",
      "icons": [
        {
          "src": "/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Secure Clipboard",
      "short_name": "Clipboard",
      "description": "Sync encrypted text across devices",
      "url": "/clipboard",
      "icons": [
        {
          "src": "/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}