Base64 Encoder and Decoder

Base64 Encoder and Decoder

Link Webbie Firefox add on that enables you to encode and decode strings in base64.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Base64 Encoder and Decoder ",
  "version": "1.4.3resigned1",
  "description": "Link Webbie chrome extension that enables you to encode and decode strings in base64.",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/image128.png"
  },
  "icons": {
    "16": "icons/image16.png",
    "48": "icons/image48.png",
    "96": "icons/image48.png",
    "128": "icons/image128.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{af2a5446-5b26-4fc6-a2cc-0c6cb343ff08}"
    }
  }
}