FireMonkey Firefox

Examine source code of FireMonkey

By: erosman
Inspect and view changes in FireMonkey source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.74",
  "default_locale": "en",
  "homepage_url": "https://github.com/erosman/support",
  "author": "erosman",
  "icons": {
    "16": "image/icon.svg",
    "32": "image/icon.svg",
    "48": "image/icon.svg",
    "64": "image/icon.svg",
    "128": "image/icon.svg"
  },
  "background": {
    "page": "content/background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://greasyfork.org/*/scripts/*",
        "https://sleazyfork.org/*/scripts/*"
      ],
      "exclude_matches": [
        "https://greasyfork.org/*/scripts",
        "https://greasyfork.org/*/scripts/*/feedback",
        "https://greasyfork.org/*/scripts/*/stats",
        "https://greasyfork.org/*/scripts/*/versions",
        "https://sleazyfork.org/*/scripts",
        "https://sleazyfork.org/*/scripts/*/feedback",
        "https://sleazyfork.org/*/scripts/*/stats",
        "https://sleazyfork.org/*/scripts/*/versions"
      ],
      "js": [
        "content/greasyfork.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*/*.user.js",
        "*://*/*.user.css",
        "file:///*.user.js",
        "file:///*.user.css"
      ],
      "exclude_matches": [
        "https://github.com/*"
      ],
      "css": [
        "lib/codemirror/codemirror.css",
        "content/install.css"
      ],
      "js": [
        "lib/codemirror/addon/runmode/runmode-standalone.js",
        "lib/codemirror/mode/fm-css.js",
        "lib/codemirror/mode/fm-javascript.js",
        "lib/js-beautify/beautify-css.js",
        "content/install.js"
      ]
    }
  ],
  "user_scripts": {
    "api_script": "content/api.js"
  },
  "options_ui": {
    "browser_style": false,
    "open_in_tab": true,
    "page": "content/options.html"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": "image/icon.svg",
    "default_popup": "content/popup.html",
    "default_title": "__MSG_extensionName__"
  },
  "permissions": [
    "clipboardWrite",
    "cookies",
    "downloads",
    "idle",
    "menus",
    "notifications",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "firemonkey@eros.man",
      "strict_min_version": "93.0"
    }
  }
}

Best FireMonkey Alternatives

Here are some Firefox add-ons that are similar to FireMonkey: