By: 云动时代
Inspect and view changes in NewTab New Tab source codes across current and past versions
minutebio.org →
Please login to examine the extension's source code.
manifest.json
{
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.2.7",
"manifest_version": 3,
"icons": {
"16": "assets/LogoBig.png",
"48": "assets/LogoBig.png",
"128": "assets/LogoBig.png"
},
"permissions": [
"activeTab",
"unlimitedStorage",
"tabs",
"bookmarks",
"background",
"storage"
],
"default_locale": "zh_CN",
"web_accessible_resources": [
{
"resources": [
"./js/background.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"chrome_url_overrides": {
"newtab": "popup.html"
},
"action": {
"default_title": "NewTab标签页",
"default_icon": "assets/LogoBig.png"
},
"background": {
"service_worker": "./js/background.js"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"css": [],
"js": [
"./js/chunk-vendors.js",
"./js/background.js"
],
"run_at": "document_start"
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
} Best NewTab New Tab Alternatives
Here are some Edge add-ons that are similar to NewTab New Tab: