All-in-One Base Converter

All-in-One Base Converter

Converts to and from several numeric bases, as well as ASCII; additionally features text/binary converter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "All-in-One Base Converter",
  "description": "Converts to and from several numeric bases, as well as ASCII; additionally features text/binary converter.",
  "version": "1.0",
  "author": "Brandon Wiitanen, Spencer Wiitanen",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "mainpage.html",
    "default_title": "All-in-One Base Converter"
  },
  "icons": {
    "16": "baseConverter.png",
    "32": "baseConverter.png",
    "48": "baseConverter.png",
    "128": "baseConverter.png"
  }
}