{
  "@context": "https://schema.org",
  "@type": "WebApplication",
  "name": "EasyPGP",
  "description": "Free, browser-based PGP encryption and decryption tool. All cryptographic operations run client-side — no data is transmitted to a server.",
  "url": "https://easypgp.io/",
  "applicationCategory": "SecurityApplication",
  "operatingSystem": "Any (web browser)",
  "browserRequirements": "Requires JavaScript. WebCrypto and WebAssembly APIs used for client-side encryption.",
  "offers": {
    "@type": "Offer",
    "price": "0",
    "priceCurrency": "USD"
  },
  "featureList": [
    "Client-side PGP key generation",
    "Client-side PGP encryption",
    "Client-side PGP decryption",
    "No server-side data processing",
    "Open source"
  ]
}
