Examine source code of Fake Tab Title

Inspect and view changes in Fake Tab 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": "Fake Tab Title",
  "manifest_version": 2,
  "description": "Changes the tab titles & icons randomly.",
  "version": "0.1.0",
  "homepage_url": "https://hdks.org",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-32.png",
    "theme_icons": [
      {
        "light": "icons/icon-32-light.png",
        "dark": "icons/icon-32-dark.png",
        "size": 32
      }
    ],
    "default_title": "Fake Tab Title",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "tabs"
  ]
}