JMP web helper Firefox

Examine source code of JMP web helper

By: Django
Inspect and view changes in JMP web helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "JMP",
  "version": "0.3",
  "description": "JMP web helper",
  "permissions": [
    "storage",
    "https://jmp.castive.dev/*"
  ],
  "omnibox": {
    "keyword": "jmp"
  },
  "optional_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "jmp-web@castive.dev",
      "strict_min_version": "57.0"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "/static/js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "logo/favicon.png",
      "32": "logo/favicon.png",
      "48": "logo/favicon.png",
      "128": "logo/favicon.png"
    },
    "default_title": "JMP",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "logo/favicon.png",
    "32": "logo/favicon.png",
    "48": "logo/favicon.png",
    "128": "logo/favicon.png"
  },
  "manifest_version": 2
}

Best JMP web helper Alternatives

Here are some Firefox add-ons that are similar to JMP web helper: