Inspect and view changes in Purple And Blue Blur Edit 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": "Purple And Blue Blur Edit",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"center center"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(32, 32, 32, 0.5)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(127, 0, 118)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgba(64, 64, 64, 0.6)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgba(255, 255, 255, 0.75)",
"popup": "rgb(72, 72, 72)",
"popup_text": "rgb(255, 255, 255)",
"ntp_background": "rgb(32, 32, 32)",
"popup_border": "rgb(64, 64, 64)",
"sidebar_border": "rgb(46, 46, 6)",
"sidebar_text": "rgb(255, 255, 255)",
"tab_loading": "rgba(255, 255, 255, 0.75)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{f72d2370-49cd-4cfc-94a3-7f9da08d6ac3}"
}
}
}