Nightly Firefox

Examine source code of Nightly

Inspect and view changes in Nightly source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Refresh Tab",
  "version": "1.0",
  "description": "Automatically reload the current tab at a user-specified interval (seconds).",
  "applications": {
    "gecko": {
      "id": "{43dd44e4-ad37-4b62-bfb7-f14fda320f36}",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_title": "Auto Refresh Tab",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "64": "64.png"
  }
}

Best Nightly Alternatives

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