Inspect and view changes in Halloween Theme HD 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,
"version": "1.2.0.0",
"name": "Halloween Theme HD",
"short_name": "Halloween",
"author": "Navis",
"theme_created_by": "Navis",
"email": "debuger001@gmail.com",
"theme": {
"images": {
"theme_frame": "/images/img1.png",
"theme_frame_overlay": "/images/img2.png",
"theme_toolbar": "/images/img3.png",
"theme_ntp_background": "/images/wallpaper.png",
"theme_ntp_attribution": "/images/img4.png"
},
"colors": {
"ntp_background": [
0,
0,
0
],
"frame": [
105,
71,
91
],
"toolbar": [
233,
233,
255
],
"toolbar_text": [
233,
233,
255
],
"toolbar_color": [
255,
0,
0
],
"ntp_text_color": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"ntp_link": [
255,
0,
0
],
"ntp_section": [
50,
20,
20
],
"button_background": [
33,
33,
33
],
"font": [
255,
255,
255
],
"color": [
255,
255,
255
]
},
"tints": {
"buttons": [
255,
1,
1
]
},
"properties": {
"ntp_background_alignment": "cover"
}
}
}