Inspect and view changes in Orange-n-Green 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": "Orange-n-Green",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-010-e9f94a3e61666a4c7677eb9cce17d854.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(232, 109, 18)",
"toolbar_text": "rgb(2, 6, 0)",
"frame": "rgb(46, 146, 13)",
"tab_background_text": "rgb(7, 3, 0)",
"toolbar_field": "rgb(54, 176, 14)",
"toolbar_field_text": "rgb(3, 2, 0)",
"tab_line": "rgb(54, 176, 14)",
"popup": "rgb(54, 176, 14)",
"popup_text": "rgb(3, 2, 0)",
"tab_loading": "rgb(54, 176, 14)"
}
}
}