{
  "name": "ECC/HPKE Tool",
  "short_name": "HPKE Tool",
  "description": "Offline ECC/HPKE key management and encryption/decryption tool. All operations run locally in the browser.",
  "start_url": "./hpke",
  "display": "standalone",
  "background_color": "#f0f2f5",
  "theme_color": "#007bff",
  "orientation": "any",
  "icons": [
    {
      "src": "./hpke_lib/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./hpke_lib/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}