CPS Top Pages

CPS Top Pages

It Shows the most visited sites in a browser action

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "CPS Top Pages",
  "version": "3.2.7",
  "description": "It Shows the most visited sites in a browser action",
  "permissions": [
    "topSites"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}