Inspect and view changes in lazy-new-tab/懒标签 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": "lazy-new-tab/æ‡’æ ‡ç¾",
"version": "1.0.0",
"description": "ä¸€ç›®äº†ç„¶çš„æ–°æ ‡ç¾é¡µã€‚12个æ¸å˜èƒŒæ™¯ï¼Œ38个常用网站,如有需è¦ï¼Œè¿˜å¯éšæ„åˆ å¢žã€‚æ— éœ€ç™»é™†ï¼Œç®€å•æ˜Žäº†ã€‚",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"broser_action": {
"default_icon": "",
"default_title": "æ‡’æ ‡ç¾é¡µ"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}