Husky Themes & New Tab Is A Cool Extension With 4K Wallpapers, Weather, Clock And More Amazing Features.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"icons": {
"128": "128-pic.png"
},
"update_url": "https://clients2.google.com/service/update2/crx",
"background": {
"scripts": [
"back_js.js"
]
},
"browser_action": {
"default_icon": "128-pic.png",
"default_title": "Husky Theme & New Tab"
},
"chrome_url_overrides": {
"newtab": "newtab_page.html"
},
"manifest_version": 2,
"name": "__MSG_headTitle__",
"version": "1.2",
"default_locale": "en",
"description": "Husky Themes & New Tab Is A Cool Extension With 4K Wallpapers, Weather, Clock And More Amazing Features."
}