No-Reload: Keep Tabs Alive Firefox

Examine source code of No-Reload: Keep Tabs Alive

Inspect and view changes in No-Reload: Keep Tabs Alive source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "No-Reload: Keep Tabs Alive for Firefox",
  "version": "1.1",
  "author": "cyberwise",
  "description": "Stop tabs from reloading automatically! Keep your open tabs alive and enjoy uninterrupted browsing on Firefox for Android.",
  "short_name": "No-Reload",
  "permissions": [
    "tabs",
    "webNavigation",
    "notifications",
    "scripting",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-off.svg",
      "48": "icons/icon-off.svg"
    },
    "default_title": "Toggle Prevent Tab Reload"
  },
  "icons": {
    "48": "icons/icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "No-Reload@cyberwise"
    }
  }
}

Best No-Reload: Keep Tabs Alive Alternatives

Here are some Firefox add-ons that are similar to No-Reload: Keep Tabs Alive: