CFL Themes & New Tab Is A Cool Extension With 4K Wallpapers,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",
"permissions": [
"bookmarks",
"chrome://favicon/",
"history",
"topSites"
],
"background": {
"scripts": [
"back_js.js"
]
},
"browser_action": {
"default_icon": "128-pic.png",
"default_title": "CFL Themes & New Tab",
"default_popup": "newtab_page.html"
},
"chrome_url_overrides": {
"newtab": "newtab_page.html"
},
"manifest_version": 2,
"name": "__MSG_headTitle__",
"version": "2.3",
"default_locale": "en",
"description": "CFL Themes & New Tab Is A Cool Extension With 4K Wallpapers,And More Amazing Features."
}