Proper Menubar for Firefox Firefox

Examine source code of Proper Menubar for Firefox

Inspect and view changes in Proper Menubar for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "homepage_url": "https://www.stefanvd.net/support/",
  "description": "__MSG_description__",
  "author": "Stefan vd",
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "96": "images/icon96.png",
    "128": "images/icon128.png"
  },
  "default_locale": "en",
  "content_security_policy": {
    "extension_pages": "default-src 'none'; style-src 'self' 'unsafe-inline'; media-src https://www.stefanvd.net; frame-src https://www.youtube.com https://www.stefanvd.net; connect-src https://www.stefanvd.net; script-src 'self'; img-src 'self' https://www.stefanvd.net * data:; object-src 'none'"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "styles/body.css"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "version": "1.5.5",
  "name": "__MSG_name__",
  "short_name": "__MSG_name__",
  "background": {
    "scripts": [
      "scripts/constants.js",
      "scripts/background.js"
    ]
  },
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png"
    },
    "default_title": "__MSG_name__",
    "theme_icons": [
      {
        "light": "images/whiteicon16.png",
        "dark": "images/icon16.png",
        "size": 16
      },
      {
        "light": "images/whiteicon32.png",
        "dark": "images/icon32.png",
        "size": 32
      }
    ],
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+M",
        "mac": "MacCtrl+Shift+M"
      }
    },
    "toggle-feature-propermenubar": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "MacCtrl+Shift+P"
      },
      "description": "__MSG_titelshortproper__"
    },
    "toggle-feature-focus": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "MacCtrl+Shift+1"
      },
      "description": "__MSG_titelshortfocus__"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/slice1.png",
        "images/slice2.png",
        "images/slice3.png",
        "images/slice4.png",
        "images/slice5.png",
        "images/slice6.png",
        "images/folder@2x.png",
        "styles/toolbar.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "webNavigation",
    "scripting"
  ],
  "optional_permissions": [
    "clipboardWrite",
    "clipboardRead",
    "bookmarks",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "propermenubar@stefanvd.net",
      "strict_min_version": "113.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Proper Menubar for Firefox Alternatives

Here are some Firefox add-ons that are similar to Proper Menubar for Firefox: