Inspect and view changes in Evangelion_Moon_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": "Evangelion_Moon_Theme",
"version": "0.2",
"description": "A dark red, white, and black theme of Kaworu Nagisa in frount of an Angel on the moon from Neon Genesis Evangelion.",
"theme": {
"colors": {
"frame": [
0,
0,
0
],
"frame_inactive": [
0,
0,
0
],
"frame_incognito": [
0,
0,
0
],
"frame_incognito_inactive": [
0,
0,
0
],
"toolbar": [
254,
254,
254
],
"tab_text": [
162,
20,
19
],
"tab_background_text": [
254,
254,
254
],
"bookmark_text": [
162,
20,
19
],
"ntp_background": [
0,
0,
0
],
"ntp_text": [
190,
0,
0
],
"ntp_link": [
162,
20,
19
],
"ntp_link_underline": [
254,
254,
254
],
"ntp_header": [
162,
20,
19
],
"ntp_section": [
162,
20,
19
],
"ntp_section_text": [
254,
254,
254
],
"ntp_section_link": [
162,
20,
19
],
"ntp_section_link_underline": [
254,
254,
254
],
"control_background": [
0,
0,
0,
0
],
"button_background": [
0,
0,
0,
0
]
},
"images": {
"theme_frame": "images/frame.PNG",
"theme_toolbar": "images/toolbar.PNG",
"theme_ntp_background": "images/ntp_background.PNG",
"theme_frame_overlay": "images/frame_overlay.PNG",
"theme_ntp_attribution": "images/ntp_attribution.PNG"
},
"properties": {
"ntp_background_alignment": "top",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 0
},
"tints": {
"buttons": [
1,
1,
0.5
],
"frame": [
-1,
-1,
-1
],
"frame_inactive": [
-1,
-1,
0.6
],
"frame_incognito": [
-1,
0.2,
0.35
],
"frame_incognito_inactive": [
-1,
0.3,
0.6
],
"background_tab": [
-1,
0.5,
0.5
]
}
}
}