Examine source code of Tab and Window Limit

Inspect and view changes in Tab and Window Limit 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": "Tab and Window Limit",
  "description": "Tab and Window Limit, automatically disable the user to open not more than 10 tabs and 2 window on each browsers.",
  "version": "1.6",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  }
}