PCK Encrypt Decrypt

PCK Encrypt Decrypt

Apply pck_encrypt_decrypt to text selected

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PCK Encrypt Decrypt",
  "description": "Apply pck_encrypt_decrypt to text selected",
  "icons": {
    "16": "icons/p16.png",
    "32": "icons/p32.png",
    "48": "icons/p48.png",
    "64": "icons/p64.png",
    "128": "icons/p128.png",
    "256": "icons/p256.png",
    "512": "icons/p512.png"
  },
  "version": "1.5",
  "permissions": [
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "action": {},
  "background": {
    "service_worker": "worker.js",
    "type": "module"
  }
}