Inspect and view changes in DarkRain++ 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": "rain",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right bottom"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgba(7, 9, 26, 0.65)",
"toolbar_text": "rgb(142, 74, 201)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(170, 102, 158)",
"toolbar_field": "rgba(251, 251, 251, 0.05)",
"toolbar_field_text": "rgb(241, 0, 130)",
"tab_line": "rgba(54, 9, 184, 0)",
"popup": "rgba(0, 0, 0, 0.87)",
"popup_text": "rgb(133, 54, 237)",
"button_background_hover": "rgba(214, 19, 170, 0.58)",
"icons": "rgb(119, 29, 237)",
"popup_border": "rgba(25, 9, 70, 0)",
"popup_highlight_text": "rgba(121, 1, 255, 0.58)",
"sidebar_highlight_text": "rgba(121, 1, 255, 0.58)",
"tab_loading": "rgba(100, 1, 204, 0.58)",
"tab_selected": "rgba(0, 0, 0, 0.38)",
"toolbar_field_focus": "rgba(7, 9, 26, 0.89)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{e4d48536-bd2d-49ee-b782-92786ce1cd8b}"
}
}
}