Inspect and view changes in oxygenlike-grey 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",
"description": "A theme to match the KDE Oxygen theme",
"manifest_version": 2,
"name": "oxygenlike-grey",
"theme": {
"colors": {
"bookmark_text": [
64,
64,
64
],
"button_background": [
0,
0,
0,
0
],
"frame": [
213,
209,
207
],
"frame_inactive": [
213,
209,
207
],
"frame_incognito": [
213,
209,
207
],
"frame_incognito_inactive": [
213,
209,
207
],
"ntp_background": [
255,
255,
255
],
"ntp_text": [
0,
0,
0
],
"tab_background_text": [
64,
64,
64
],
"tab_text": [
0,
0,
0
],
"toolbar": [
223,
223,
223
]
},
"images": {
"theme_frame": "images/theme_frame.png",
"theme_frame_inactive": "images/theme_frame.png",
"theme_frame_incognito": "images/theme_frame.png",
"theme_frame_incognito_inactive": "images/theme_frame.png"
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
},
"tints": {
"buttons": [
0,
0,
0.5
],
"frame": [
-1,
-1,
-1
],
"frame_inactive": [
-1,
-1,
-1
],
"frame_incognito": [
-1,
-1,
-1
],
"frame_incognito_inactive": [
-1,
-1,
-1
]
}
},
"version": "1.1"
}