Inspect and view changes in jungleleaf 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
{
"manifest_version": 2,
"version": "1.0",
"name": "jungleleaf",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg",
"images/1.jpg",
"images/2.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top",
"right top",
"right top"
],
"additional_backgrounds_tiling": [
"repeat",
"repeat",
"repeat"
]
},
"colors": {
"toolbar": "rgba(0, 0, 0, 0)",
"toolbar_text": "rgb(174, 125, 218)",
"frame": "rgb(238, 176, 211)",
"tab_background_text": "rgb(97, 220, 236)",
"toolbar_field": "rgb(22, 33, 44)",
"toolbar_field_text": "rgb(243, 16, 174)",
"tab_line": "rgb(154, 221, 232)",
"popup": "rgb(22, 33, 44)",
"popup_text": "rgb(174, 125, 218)",
"button_background_active": "rgba(34, 25, 77, 0.57)",
"icons_attention": "rgb(0, 0, 0)",
"icons": "rgb(136, 42, 223)",
"ntp_background": "rgb(0, 0, 0)",
"tab_loading": "rgb(154, 221, 232)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{b1003906-69e4-43ad-b70e-1233fe58d6fd}"
}
}
}