Powered - Google Chrome Theme
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": "Powered",
"version": "1.3",
"description": "Powered - Google Chrome Theme",
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_frame_inactive": "images/theme_frame_inactive.png",
"theme_frame_incognito": "images/theme_frame.png",
"theme_frame_incognito_inactive": "images/theme_frame_inactive.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_tab_background_incognito": "images/theme_tab_background_incognito.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_ntp_background": "images/theme_ntp_background.png"
},
"colors": {
"bookmark_text": [
196,
196,
196
],
"button_background": [
92,
126,
16,
1
],
"frame": [
32,
33,
35
],
"frame_inactive": [
32,
33,
35
],
"frame_incognito": [
43,
83,
124
],
"frame_incognito_inactive": [
27,
40,
56
],
"ntp_background": [
27,
40,
56
],
"ntp_header": [
172,
89,
153
],
"ntp_text": [
196,
196,
196
],
"tab_background_text": [
196,
196,
196
],
"tab_text": [
255,
255,
255
],
"toolbar": [
32,
33,
35
]
},
"tints": {
"buttons": [
0.16,
0.91,
1
],
"frame_inactive": [
-1,
-1,
-1
],
"frame_incognito_inactive": [
-1,
-1,
-1
]
},
"properties": {
"ntp_background_alignment": "left top"
}
}
}