Examine source code of Hide YouTube title

Inspect and view changes in Hide YouTube title 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": "Hide YouTube title",
  "action": {},
  "manifest_version": 3,
  "version": "1.0.1.1",
  "description": "Renames a YouTube page's title to 'YouTube' when you click the icon",
  "icons": {
    "16": "icons/peaches16x16.png",
    "32": "icons/peaches32x32.png",
    "48": "icons/peaches48x48.png",
    "128": "icons/peaches128x128.png"
  },
  "permissions": [
    "scripting",
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://www.youtube.com/*",
    "https://youtube.com/*",
    "https://youtu.be/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}