JSON Array Editor

JSON Array Editor

Replace keys or values in your JSON

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "JSON Array Editor",
  "version": "1.3",
  "description": "Replace keys or values in your JSON",
  "permissions": [],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/replacer16.png",
      "32": "images/replacer32.png",
      "48": "images/replacer48.png",
      "128": "images/replacer128.png"
    }
  },
  "icons": {
    "16": "images/replacer16.png",
    "32": "images/replacer32.png",
    "48": "images/replacer48.png",
    "128": "images/replacer128.png"
  },
  "manifest_version": 3
}