Examine source code of 非常awesome的简单主题

Inspect and view changes in 非常awesome的简单主题 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": "非常awesome的简单主题",
  "short_name": "简单主题",
  "version": "1.4.0",
  "description": "关注非常awesome的简单主题喵,关注非常awesome的简单主题谢谢喵~~~\n         提供新标签页主题切换,在新标签页提供百度、google、bing快捷搜索,可触发其中彩蛋\n    ",
  "author": "hanhan9449",
  "default_locate": "zh_CN",
  "icons": {
    "16": "/assets/icon-16_16-a3876126.jpg",
    "32": "/assets/icon-32_32-b9bf3fd9.jpg",
    "48": "/assets/icon-48_48-ea09d997.jpg",
    "128": "/assets/icon-128_128-aeef0bad.jpg",
    "512": "/assets/icon-512_512-32624f6d.jpg"
  },
  "chrome_url_overrides": {
    "newtab": "pages/main-page/index.html"
  },
  "action": {
    "title": "非常awesome的简单主题",
    "default_popup": "pages/popup/index.html"
  },
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.bing.com/*",
    "https://www.google.com/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}