Inspect and view changes in Rockto Unofficial 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",
"version": "0.0.7",
"name": "Rockto Unofficial Theme",
"theme": {
"images": {
"theme_frame": "img/theme_frame.png",
"theme_frame_inactive": "img/theme_frame_inactive.png",
"theme_frame_incognito": "img/theme_frame_incognito.png",
"theme_frame_incognito_inactive": "img/theme_frame_incognito_inactive.png",
"theme_toolbar": "img/theme_toolbar.png",
"theme_tab_background": "img/theme_tab_background.png",
"theme_tab_background_incognito": "img/theme_tab_background.png",
"theme_ntp_background": "img/ntp_background.png"
},
"colors": {
"frame": [
204,
204,
204
],
"frame_inactive": [
204,
204,
255
],
"frame_incognito": [
102,
102,
102
],
"frame_incognito_inactive": [
153,
153,
153
],
"toolbar": [
255,
255,
255
],
"tab_text": [
0,
0,
0
],
"tab_background_text": [
75,
75,
75
],
"bookmark_text": [
0,
0,
0
],
"ntp_background": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"ntp_link": [
255,
255,
255
],
"ntp_link_underline": [
255,
255,
255,
0.3
],
"ntp_header": [
255,
255,
255,
1
],
"ntp_section": [
255,
255,
255
],
"ntp_section_text": [
255,
255,
255
],
"ntp_section_link": [
255,
255,
255
],
"ntp_section_link_underline": [
255,
255,
255,
0.3
]
},
"tints": {
"buttons": [
-1,
-1,
-1
],
"background_tab": [
0.5,
0.5,
0.5
],
"frame": [
-1,
-1,
-1
],
"frame_inactive": [
-1,
-1,
-1
],
"frame_incognito": [
-1,
-1,
-1
],
"frame_incognito_inactive": [
-1,
-1,
-1
]
},
"properties": {
"ntp_background_alignment": "left bottom",
"ntp_background_repeat": "no-repeat"
}
}
}