Inspect and view changes in Shades of Orange Chrome Theme source codes across current and past versions
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",
"name": "Shades of Orange Chrome Theme",
"description": "Shades of Orange — A professional theme with hand-picked & bold shades of orange for Google Chrome Browser.",
"manifest_version": 2,
"version": "1.0.0",
"icons": {
"16": "icon/icon-16.png",
"48": "icon/icon-48.png",
"96": "icon/icon-96.png",
"128": "icon/icon-128.png"
},
"theme": {
"colors": {
"frame": [
255,
140,
0
],
"frame_inactive": [
255,
165,
0
],
"frame_incognito": [
255,
120,
0
],
"frame_incognito_inactive": [
255,
150,
0
],
"ntp_background": [
255,
140,
0
],
"toolbar": [
255,
69,
0
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
255,
204,
153
],
"bookmark_text": [
255,
204,
153
],
"tab_background_text_incognito": [
255,
204,
153
],
"tab_background_text_incognito_inactive": [
255,
204,
153
],
"ntp_text": [
255,
204,
153
],
"background_tab": [
255,
140,
0
],
"background_tab_inactive": [
255,
140,
0
],
"background_tab_incognito": [
255,
140,
0
],
"background_tab_incognito_inactive": [
255,
140,
0
],
"tab_background_text_inactive": [
255,
178,
102
],
"toolbar_button_icon": [
255,
204,
153
]
},
"tints": {
"buttons": [
0.76,
0.65,
0.69
]
}
}
}