CodeBeautify

CodeBeautify

All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CodeBeautify",
  "description": "All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters",
  "version": "1.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "/img/cb.png",
      "32": "/img/cb.png",
      "48": "/img/cb.png",
      "128": "/img/cb.png"
    }
  },
  "icons": {
    "16": "/img/cb.png",
    "32": "/img/cb.png",
    "48": "/img/cb.png",
    "128": "/img/cb.png"
  }
}