Inspect and view changes in ReV0LUTI0N 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": 2,
"name": "ReV0LUTI0N Theme",
"version": "1",
"theme": {
"images": {
"theme_button_background": "i/Buttons.png",
"theme_tab_background": "i/InactiveTab.png",
"theme_toolbar": "i/ToolBar.png",
"theme_ntp_attribution": "i/CreatorLogoBLK.png",
"theme_frame": "i/WindowTitleBLK.png",
"theme_ntp_background": "i/LogoBLK.png"
},
"colors": {
"ntp_section_text": [
255,
255,
255
],
"tab_text": [
255,
255,
255
],
"frame": [
135,
14,
14
],
"ntp_background": [
135,
14,
14
],
"ntp_link": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"ntp_section": [
184,
174,
156,
1
],
"ntp_section_link": [
255,
255,
255
],
"ntp_header": [
0,
0,
0,
1
],
"toolbar": [
184,
174,
156
],
"bookmark_text": [
255,
255,
255
]
},
"tints": {
"buttons": [
1,
1,
1
]
},
"properties": {
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 1,
"ntp_background_alignment": "center bottom"
}
}
}