File Guard (Encryptor | Decryptor)

File Guard (Encryptor | Decryptor)

Encrypt or decrypt any file with just one click inside your browser!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.7",
  "manifest_version": 3,
  "offline_enabled": true,
  "short_name": "file-encryptor",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "name": "File Guard (Encryptor | Decryptor)",
  "homepage_url": "https://mybrowseraddon.com/file-encryptor.html",
  "description": "Encrypt or decrypt any file with just one click inside your browser!",
  "commands": {
    "_execute_action": {}
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "File Guard (Encryptor | Decryptor)",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}