Inspect and view changes in Forest Fairy 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": "2.0",
"name": "Forest Fairy",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgba(254, 248, 112, 0.1)",
"toolbar_field": "rgba(255, 255, 255, 0)",
"toolbar_field_text": "rgb(133, 133, 133)",
"tab_line": "rgb(255, 253, 194)",
"popup": "rgb(0, 0, 0)",
"popup_text": "rgb(255, 253, 194)",
"tab_loading": "rgb(255, 253, 194)",
"bookmark_text": "rgb(255, 251, 192)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(218, 175, 63)"
}
}
}