Inspect and view changes in Black and Orange 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",
"manifest_version": 3,
"name": "Black and Orange Theme",
"description": "Black and yellow or may be Orange theme for Google Chrome",
"author": "-Raheel-",
"version": "1.1",
"theme": {
"properties": {
"ntp_background_alignment": "top left",
"ntp_background_repeat": "none",
"ntp_logo_alternate": 0
},
"colors": {
"frame": [
0,
0,
0
],
"toolbar": [
255,
182,
0
],
"tab_text": [
0,
0,
0
],
"tab_background_text": [
255,
182,
0
],
"tab_background_text_inactive": [
255,
182,
0
],
"ntp_background": [
0,
0,
0
]
},
"tints": {
"button_background_active": [
255,
182,
0
],
"button_background_hover": [
255,
182,
0
],
"background_tab": [
0,
0,
0
],
"background_tab_inactive": [
255,
182,
0
],
"background_tab_hover": [
255,
182,
0
],
"background_tab_selected": [
255,
182,
0
],
"frame_inactive": [
255,
182,
0.5
]
}
}
}