Inspect and view changes in k-3a 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": "k-3a",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-001-9c6d74e14860e77ee6f8f43e824bff25.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(128, 64, 96)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(42, 10, 32)",
"tab_background_text": "rgb(202, 160, 240)",
"toolbar_field": "rgb(0, 0, 0)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(255, 176, 106)",
"popup": "rgb(128, 64, 96)",
"popup_text": "rgb(255, 255, 255)",
"button_background_hover": "rgb(202, 96, 160)",
"popup_highlight": "rgb(128, 64, 96)",
"tab_selected": "rgb(167, 61, 87)",
"tab_text": "rgb(255, 230, 217)",
"tab_loading": "rgb(255, 176, 106)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{c4345fff-d06e-41ce-a34a-f380b7faf1d4}"
}
}
}