Base64 Encoder/Decoder

Base64 Encoder/Decoder

Encodes and decodes media to and from Base64.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Base64 Encoder/Decoder",
  "short_name": "Base64",
  "description": "Encodes and decodes media to and from Base64.",
  "version": "1.2.2",
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Convert to and from Base 64"
  }
}