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