JSON formatter, viewer and URL Encoder tool

JSON formatter, viewer and URL Encoder tool

Automatic URL Encoder, Decoder tool with JSON Formatter, Validator and Beautifier features

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "JSON formatter, viewer and URL Encoder tool",
  "description": "Automatic URL Encoder, Decoder tool with JSON Formatter, Validator and Beautifier features",
  "version": "1.0.0",
  "action": {
    "default_popup": "index.html",
    "default_title": "URL Encode, Decoder"
  },
  "permissions": [],
  "icons": {
    "16": "image4.png",
    "32": "image3.png",
    "64": "image2.png",
    "128": "image1.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}