Pokemon Theme WallPaper for Google Chrome.
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": 3,
"name": "__MSG_extName__",
"version": "1.0.1",
"default_locale": "en",
"description": "__MSG_extDescription__",
"icons": {
"16": "images/icons/icon16.png",
"48": "images/icons/icon48.png",
"128": "images/icons/icon128.png"
},
"author": "Seiri",
"theme": {
"images": {
"theme_ntp_background": "images/background.jpg"
},
"colors": {
"frame": [
227,
164,
111
],
"toolbar": [
222,
148,
87
],
"toolbar_text": [
0,
0,
0
],
"toolbar_button_icon": [
0,
0,
0
],
"ntp_background": [
222,
148,
87
],
"omnibox_background": [
255,
255,
255,
0.5
],
"button_background": [
222,
148,
87
]
}
},
"properties": {
"ntp_background_alignment": "buttom left",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 1
},
"tints": {
"buttons": [
0.5,
0.5,
0.5
],
"frame": [
0.5,
0.5,
0.5
],
"frame_inactive": [
0.5,
0.5,
0.5
],
"frame_incognito": [
0.5,
0.5,
0.5
],
"frame_incognito_inactive": [
0.5,
0.5,
0.5
],
"background_tab": [
0.5,
0.5,
0.5
]
}
}