Examine source code of CF Site

Inspect and view changes in CF Site 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": "CF Site",
  "version": "1.0",
  "description": "It will show the top visited web pages with just one click",
  "permissions": [
    "topSites"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}