Auto Logout on Inactivity Firefox

Examine source code of Auto Logout on Inactivity

Inspect and view changes in Auto Logout on Inactivity source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Logout on Inactivity",
  "version": "1.0",
  "description": "Automatically logs out of accounts when user is inactive.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "idle",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "options_page": "options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "{4b2b5d36-a501-459e-b647-c76da26f7a51}"
    }
  }
}

Best Auto Logout on Inactivity Alternatives

Here are some Firefox add-ons that are similar to Auto Logout on Inactivity: