Examine source code of Tab Rename Wiz - Modify Tab Titles & Icons

Inspect and view changes in Tab Rename Wiz - Modify Tab Titles & Icons 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
{
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "version": "1.3.3",
  "default_locale": "en",
  "permissions": [
    "tabs",
    "scripting",
    "activeTab",
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": "icon/icon16.png",
    "default_popup": "html/popup.html",
    "default_title": "__MSG_app_name__"
  },
  "options_page": "html/settings.html",
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}