Zen Auto-Close Tabs Firefox

Examine source code of Zen Auto-Close Tabs

By: Matt B Add-on
Inspect and view changes in Zen Auto-Close Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Zen Auto-Close Tabs",
  "version": "0.1.0",
  "description": "Automatically closes old unpinned tabs after a chosen interval. Designed for Zen Browser.",
  "permissions": [
    "alarms",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "shared.js",
      "background.js"
    ]
  },
  "action": {
    "default_icon": "icons/icon.svg",
    "default_popup": "popup/popup.html",
    "default_title": "Zen Auto-Close Tabs"
  },
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "options_ui": {
    "browser_style": false,
    "page": "options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@zen-auto-close-tabs",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Zen Auto-Close Tabs Alternatives

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