Close Inactive Tabs Firefox

Examine source code of Close Inactive Tabs

By: Nic Z
Inspect and view changes in Close Inactive Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "close-inactive-tabs",
  "version": "1.0.4",
  "description": "This extension closes tabs that have been inactive for more than 90 days.",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "474": "icon.jpg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "474": "icon.jpg"
    },
    "default_title": "Inactive Tabs",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "settings.html"
  },
  "permissions": [
    "tabs",
    "notifications",
    "browser_action",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "close-inactive-tabs@example.com"
    }
  }
}

Best Close Inactive Tabs Alternatives

Here are some Firefox add-ons that are similar to Close Inactive Tabs: