weilan is a simple browser new tab.
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://edge.microsoft.com/extensionwebstorebase/v1/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "230",
"default_locale": "zh_CN",
"minimum_chrome_version": "50",
"icons": {
"64": "images/logo_64.png",
"192": "images/logo_192.png",
"512": "images/logo_512.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_popup": "popup.html"
},
"homepage_url": "https://www.weilanzy.com/"
}