Examine source code of Show mypage when opening new tab

Inspect and view changes in Show mypage when opening new tab 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
{
  "name": "Show mypage when opening new tab",
  "version": "0.0.0.1",
  "manifest_version": 3,
  "description": "Show my page when you open a new tab in your browser.",
  "icons": {
    "16": "icons/tm016.png",
    "32": "icons/tm032.png",
    "48": "icons/tm048.png",
    "128": "icons/tm128.png"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "scripts.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}