JSON Builder

JSON Builder

Create a JSON Object by entering key value pair. Additionally you can format or minimize it with the options available.

Merlin
Additional files are visible only to premium users

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"
}