Inspect and view changes in Sober dark orange 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": 2,
"description": "A minimalistic dark theme with a touch of orange",
"name": "Sober dark orange",
"short_name": "sober-dark-orange",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"theme": {
"colors": {
"frame": [
24,
12,
3
],
"toolbar": [
24,
12,
3
],
"tab_text": [
232,
145,
88
],
"tab_background_text": [
232,
145,
88
],
"tab_background_separator": [
232,
145,
88
],
"background_tab": [
77,
66,
59
],
"frame_inactive": [
77,
66,
59
],
"frame_incognito": [
24,
12,
3
],
"frame_incognito_inactive": [
77,
66,
59
],
"bookmark_text": [
254,
249,
247
],
"button_background": [
24,
12,
3
],
"control_background": [
24,
12,
3
],
"toolbar_button_icon": [
254,
249,
247
],
"ntp_background": [
24,
12,
3
],
"ntp_header": [
24,
12,
3
],
"ntp_text": [
254,
249,
247
],
"ntp_link": [
232,
145,
88
]
}
},
"version": "2.0.0"
}