JSON Compare

JSON Compare

Use JSON Compare for comparing JSON effortlessly. The top json comparator and online diff checker for quick, precise comparisons.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.2",
  "description": "__MSG_shortDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "icons": {
    "16": "json-diff-16.png",
    "48": "json-diff-48.png",
    "64": "json-diff-64.png",
    "96": "json-diff-96.png",
    "128": "json-diff-128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_title": "JSON Compare"
  }
}