Inspect and view changes in New Tab by Yahoo 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
{
"default_locale": "en",
"chrome_settings_overrides": {
"search_provider": {
"name": "Yahoo",
"keyword": "Yahoo",
"search_url": "https://search.yahoo.com/search?p={searchTerms}&fr=yset_ff_hp_cnewtab&type=default",
"favicon_url": "https://www.yahoo.com/favicon.ico",
"suggest_url": "https://search.yahoo.com/sugg/ie?output=fxjson&command={searchTerms}&nResults=10",
"is_default": true
}
},
"manifest_version": 2,
"name": "New Tab by Yahoo",
"description": "This Add-on brings a fresh look to your new tab page, powered by Yahoo. It also provides default Yahoo experience for search and homepage.",
"applications": {
"gecko": {
"id": "jid1-G80Ec8LLEbK5fQ@jetpack",
"strict_min_version": "55.0"
}
},
"version": "2.2.0",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"topSites",
"bookmarks",
"*://*.yahoo.com/",
"storage",
"tabs",
"webRequest",
"webRequestBlocking",
"cookies"
],
"icons": {
"64": "icons/Y_NT64.png"
},
"browser_action": {
"default_icon": {
"64": "icons/Y_NT64.png"
},
"browser_style": false
},
"background": {
"scripts": [
"TrackerEncoder.js",
"Tracker.js",
"Constants.js",
"PhotoManager.js",
"TrendingNow.js",
"BrowserGap.js",
"main.js"
]
},
"content_scripts": [
{
"matches": [
"*://*.yahoo.com/*"
],
"js": [
"notifyPresence.js"
],
"all_frames": true
}
]
}