Inspect and view changes in Pathologic - Polyhedron 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": "Pathologic - Polyhedron",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg",
"images/1.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top",
"right top"
],
"additional_backgrounds_tiling": [
"repeat",
"repeat"
]
},
"colors": {
"toolbar": "rgb(51, 48, 47)",
"toolbar_text": "rgb(202, 179, 123)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(209, 209, 209)",
"toolbar_field_text": "rgb(182, 23, 23)",
"tab_line": "rgb(119, 73, 73)",
"popup": "rgb(108, 104, 101)",
"popup_text": "rgb(255, 255, 255)",
"tab_loading": "rgb(119, 73, 73)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{6a3e44a4-818e-4e93-a667-c4103ee935e0}"
}
}
}