Examine source code of Top Site Explorer

Inspect and view changes in Top Site Explorer 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": "Top Sites",
  "description": "Shows a list of top sites you've visited.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "version": "1.0",
  "chrome_url_overrides": {
    "newtab": "sites.html"
  },
  "permissions": [
    "topSites"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "54.0a1",
      "id": "{7a01e4f8-b592-40b7-ac81-fa025b4891e5}"
    }
  }
}