Violet JSON Viewer

Violet JSON Viewer

Visualize JSON de um jeito bonito e funcional

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "pt_BR",
  "version": "1.3.0",
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "icons": {
    "16": "assets/images/[email protected]",
    "48": "assets/images/[email protected]",
    "128": "assets/images/[email protected]"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "utils.js",
        "jsoneditor.js",
        "main.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}