Secret Message Generator

Secret Message Generator

Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Secret Message Generator",
  "description": "Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "logo.png",
      "32": "logo.png",
      "48": "logo.png",
      "128": "logo.png"
    }
  }
}