Examine source code of Save my Tabs

Inspect and view changes in Save my 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",
  "name": "Save my Tabs",
  "default_locale": "en",
  "description": "__MSG_description__",
  "manifest_version": 3,
  "version": "1.0.7",
  "background": {
    "service_worker": "js/links.js",
    "type": "module"
  },
  "permissions": [
    "contextMenus",
    "bookmarks",
    "tabs"
  ],
  "action": {
    "default_title": "Save my Tabs",
    "default_icon": "img/icons/icon48.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "img/icons/icon16.png",
    "48": "img/icons/icon48.png",
    "128": "img/icons/icon128.png"
  }
}