Examine source code of WAO History URL

Inspect and view changes in WAO History URL 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": "WAO History URL",
  "version": "1.5.0",
  "description": "Our extension allows you to easily review and access your top 10 browsing history entries in just one click.",
  "permissions": [
    "history"
  ],
  "action": {
    "default_popup": "typedUrls.html",
    "default_icon": "clock.png"
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}