Reload Tab Extension Firefox

Examine source code of Reload Tab Extension

By: Cole
Inspect and view changes in Reload Tab Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reload Tab Extension",
  "version": "2.3",
  "description": "Reloads the current SharePoint tab",
  "permissions": [
    "tabs",
    "storage",
    "*://*.sharepoint.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Reload Tab",
    "default_icon": {
      "48": "icon1.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon1.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2bc4881b-0b5f-4bd4-828a-d7101460e2b4}"
    }
  }
}

Best Reload Tab Extension Alternatives

Here are some Firefox add-ons that are similar to Reload Tab Extension: