JASON (JSON Manager) Firefox

Examine source code of JASON (JSON Manager)

Inspect and view changes in JASON (JSON Manager) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JASON for Firefox",
  "version": "1.2.0",
  "description": "Quick sidebar for saving and managing JSON snippets",
  "content_security_policy": "default-src 'self'; connect-src 'none'; script-src 'self'; object-src 'none'",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "JASON",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jason@stefanostem",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best JASON (JSON Manager) Alternatives

Here are some Firefox add-ons that are similar to JASON (JSON Manager):