{
  "name": "SafeTXT",
  "short_name": "SafeTXT",
  "description": "A secure, sovereign and simple HTML-based .txt editor with encryption on all files. Everything happens locally in the browser - no server. no unencrypted data in the cloud. Encryption happens in the memory via Web Crypto API and files are auto-saved on disk (local or cloud). Plain text never leaves the device.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#1e1e1e",
  "theme_color": "#1e1e1e",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "text/plain": [".txt"]
      }
    }
  ]
}
