Web Edit Firefox

Examine source code of Web Edit

Inspect and view changes in Web Edit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "version": "1.0.2",
  "default_locale": "en_US",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_title": "__MSG_action_title__"
  },
  "author": "ryan.luu@ryanluu.dev",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Comma",
        "mac": "Command+Comma",
        "chromeos": "Ctrl+Comma",
        "linux": "Ctrl+Comma"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "webedit@ryanluu.dev"
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "contextMenus"
  ]
}

Best Web Edit Alternatives

Here are some Firefox add-ons that are similar to Web Edit: