Inspect and view changes in JSON Builder 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
{
"name": "JSON Builder",
"version": "2.1",
"description": "Create a JSON Object by entering key value pair. Additionally you can format or minimize it with the options available.",
"author": "Murali Krishna Tananki",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_icon": "logo.png"
},
"incognito": "split",
"icons": {
"160": "logo.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}