Examine source code of Startpage.com Title Changer

Inspect and view changes in Startpage.com Title Changer 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": 2,
  "name": "Startpage.com Title Changer",
  "version": "1.0",
  "description": "Change the title to what you are searching, useful if you have a lot of tabs",
  "content_scripts": [
    {
      "matches": [
        "*://*.startpage.com/*"
      ],
      "js": [
        "renamer.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "startpage@squapedev"
    }
  }
}