JSON Formatter

JSON Formatter

Format the JSON

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "JSON Formatter",
  "description": "Format the JSON",
  "version": "2.0.4",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "jsonFormat.html"
  },
  "permissions": [
    "activeTab",
    "https://www.googletagmanager.com/gtag/js",
    "https://www.google-analytics.com/analytics.js"
  ],
  "content_security_policy": "script-src 'self' https://www.googletagmanager.com https://www.google-analytics.com; object-src 'self'"
}