OpenSource365: SharePoint Shortcuts Firefox

Examine source code of OpenSource365: SharePoint Shortcuts

Inspect and view changes in OpenSource365: SharePoint Shortcuts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "OpenSource365: SharePoint Shortcuts",
  "version": "2.0.3",
  "description": "Keyboard shortcuts and one-click access to common SharePoint destinations: current page, site home, contents, settings, maintenance, and debug.",
  "homepage_url": "https://gitlab.com/opensource365/sharepoint-shortcuts",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "OpenSource365: SharePoint Shortcuts",
    "default_popup": "popup/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.sharepoint.com/*"
      ],
      "js": [
        "utils.js",
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "tabs",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2de400d1-b090-4f8f-910a-224cd73b4183}"
    }
  }
}

Best OpenSource365: SharePoint Shortcuts Alternatives

Here are some Firefox add-ons that are similar to OpenSource365: SharePoint Shortcuts: