Inspect and view changes in JSON formatter, viewer and URL Encoder tool source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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"
}