JSONPLay

JSONPLay

API Testing Tool, JSON viewer and playground.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "JSONPLay",
  "description": "API Testing Tool, JSON viewer and playground.",
  "version": "1.1.4",
  "icons": {
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png",
    "512": "icons/512.png"
  },
  "browser_action": {
    "default_title": "JSONPLay",
    "default_popup": "popup.html",
    "browser_style": true
  },
  "permissions": [
    "activeTab",
    "bookmarks"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}