Examine source code of Suspend Unused Tabs

Inspect and view changes in Suspend Unused Tabs 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,
  "name": "Suspend Unused Tabs",
  "version": "1.0.0",
  "description": "Ultimate Tab Minimizer: Suspend Unused Tabs",
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "service-worker.js",
    "type": "module"
  },
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "38": "images/icon38.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}