Examine source code of Top极简新标签页

Inspect and view changes in Top极简新标签页 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": "Top极简新标签页",
  "description": "Top极简新标签页是一款简洁、优雅的浏览器标签主页",
  "default_locale": "zh_CN",
  "version": "1.0.9",
  "manifest_version": 2,
  "icons": {
    "16": "icon/icon_16.png",
    "32": "icon/icon_32.png",
    "48": "icon/icon_48.png",
    "96": "icon/icon_96.png",
    "128": "icon/icon_128.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "*://*.topc1.com/*"
    ]
  },
  "action": {
    "default_icon": "icon/icon_48.png",
    "default_title": "Top tab",
    "default_popup": "dist/popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "dist/index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}