Examine source code of uyou 新标签页

Inspect and view changes in uyou 新标签页 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": 2,
  "name": "uyou 新标签页",
  "description": "这是一个很好看的新标签页!",
  "version": "1.2.9",
  "icons": {
    "16": "extension.png",
    "48": "extension.png",
    "128": "extension.png"
  },
  "chrome_url_overrides": {
    "newtab": "newPage/index.html"
  },
  "browser_action": {
    "default_icon": "extension.png",
    "browser_style": true,
    "default_popup": "popupPage/extension.html"
  },
  "permissions": [
    "history",
    "storage",
    "unlimitedStorage",
    "downloads"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{8c149e53-9c34-4cac-b652-56af43836b37}"
    }
  }
}