Examine source code of tabexpire

Inspect and view changes in tabexpire 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
{
  "description": "Automatically closes any tab not accessed for 48h hours.  When a tab is closed, a bookmark is placed in tabexpire folder.",
  "manifest_version": 2,
  "name": "tabexpire",
  "version": "1.1resigned1",
  "homepage_url": "https://github.com/cfcfs/tabexpire",
  "icons": {
    "24": "icons/ic_schedule_black_24px.svg"
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "storage",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d68259f0-bc0f-4e72-9eda-4b6577d52a31}"
    }
  }
}