Examine source code of Auto Tab Closer

Inspect and view changes in Auto Tab Closer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "en",
  "name": "Auto Tab Closer",
  "description": "Fixes too many open tabs! Pin the tabs you want to keep and close long inactive tabs while saving the links for later.",
  "version": "1.0.3",
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "alarms"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}