Inspect and view changes in 云搜索321 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "云搜索321",
"description": "云搜索321是一个简约导航新选择,一键收藏爱站,内置插件便捷高效,跨设备同步备份,让您的收藏随时触手可及,是浏览器起始页的优选!",
"version": "1.0.6",
"manifest_version": 3,
"icons": {
"64": "icon/64.png",
"128": "icon/128.png",
"192": "icon/192.png"
},
"externally_connectable": {
"matches": [
"*://mtab.so321.net/*"
]
},
"background": {
"service_worker": "src/background.js"
},
"permissions": [
"background",
"cookies",
"bookmarks",
"favicon",
"search"
],
"action": {
"default_icon": "icon/64.png",
"default_title": "云搜索321"
},
"host_permissions": [
"*://mtab.so321.net/*",
"*://*.baidu.com/*",
"*://*.qq.com/*"
],
"chrome_url_overrides": {
"newtab": "dist/index.html"
}
}