Avatar New Tab Wallpapers & Games, created for avatar lovers. Changes your new tab to a cool avatar 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://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "__MSG_name__",
"version": "8.0.0.0",
"description": "__MSG_description__",
"default_locale": "en",
"icons": {
"128": "images20/icon11.png"
},
"background": {
"scripts": [
"js9/background20.js"
]
},
"chrome_url_overrides": {
"newtab": "tab4.html"
},
"browser_action": {
"default_title": "avatar"
}
}