Inspect and view changes in Mac Elemetary 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": "http://clients2.google.com/service/update2/crx",
"name": "Mac Elemetary Theme",
"description": "GTK Mac-Like theme for Chrome/Chromium that look well whit the elementary theme",
"version": "1.0",
"theme": {
"colors": {
"frame": [
214,
214,
214
],
"frame_inactive": [
214,
214,
214
],
"frame_background": [
214,
214,
214
],
"ntp_background": [
255,
255,
255
],
"ntp_header": [
230,
230,
230
],
"ntp_link": [
80,
80,
80
],
"ntp_section": [
240,
240,
240,
1
],
"ntp_section_text": [
40,
40,
40
],
"ntp_section_link": [
40,
40,
40
],
"ntp_section_link_underline": [
40,
40,
40
],
"ntp_text": [
40,
40,
40
],
"tab_background_text": [
80,
80,
80
],
"tab_text": [
40,
40,
40
],
"toolbar": [
250,
250,
250
],
"bookmark_text": [
40,
40,
40
]
},
"images": {
"theme_frame": "images/theme_frame.png",
"theme_frame_inactive": "images/theme_frame.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_toolbar": "images/theme_toolbar.png"
},
"properties": {
"ntp_background_alignment": "bottom left",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 1
},
"tints": {
"buttons": [
0,
0,
0.5
],
"frame_inactive": [
0,
0,
0.7
]
}
}
}