Hide Text in Image

Hide Text in Image

Hide text in image using steganography

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hide Text in Image",
  "short_name": "HTII",
  "description": "Hide text in image using steganography",
  "version": "2.0.0.4",
  "permissions": [],
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "manifest_version": 3,
  "action": {
    "default_title": "Hide Text in Image",
    "default_icon": "icon-19.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": {}
}