Gato Base 64 Encoder / Decoder

Gato Base 64 Encoder / Decoder

Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gato Base 64 Encoder / Decoder",
  "manifest_version": 2,
  "version": "1.0.0",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "clipboardRead",
    "clipboardWrite"
  ],
  "description": "Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.",
  "browser_action": {
    "default_icon": "icons/16.png",
    "default_popup": "popup.html"
  }
}