Examine source code of lazy-new-tab/懒标签

Inspect and view changes in lazy-new-tab/懒标签 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": 3,
  "name": "lazy-new-tab/懒标签",
  "version": "1.0.0",
  "description": "一目了然的新标签页。12个渐变背景,38个常用网站,如有需要,还可随意删增。无需登陆,简单明了。",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "broser_action": {
    "default_icon": "",
    "default_title": "懒标签页"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}