A theme that will make the user feel like they are playing a Ms. Pac-Man game.
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": "Ms. Pac-Man Maze",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"left top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(0, 0, 0, 0.6)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(255, 184, 174)",
"toolbar_field_text": "rgb(0, 0, 0)",
"tab_line": "rgb(255, 0, 0)",
"popup": "rgba(0, 0, 0, 0.95)",
"popup_text": "rgb(255, 255, 255)",
"button_background_active": "rgb(77, 0, 0)",
"button_background_hover": "rgb(51, 0, 0)",
"frame_inactive": "rgb(10, 0, 0)",
"icons_attention": "rgb(0, 245, 19)",
"icons": "rgb(255, 0, 0)",
"ntp_background": "rgb(0, 0, 0)",
"ntp_text": "rgb(255, 255, 255)",
"popup_border": "rgb(82, 0, 0)",
"popup_highlight_text": "rgb(0, 0, 0)",
"popup_highlight": "rgb(255, 184, 174)",
"sidebar_border": "rgb(82, 0, 0)",
"sidebar_highlight_text": "rgb(0, 0, 0)",
"sidebar_highlight": "rgb(255, 184, 174)",
"sidebar_text": "rgb(255, 255, 255)",
"sidebar": "rgb(0, 0, 0)",
"tab_background_separator": "rgba(120, 0, 255, 0)",
"tab_loading": "rgb(0, 0, 0)",
"tab_selected": "rgb(255, 184, 174)",
"tab_text": "rgb(0, 0, 0)",
"toolbar_bottom_separator": "rgb(82, 0, 0)",
"toolbar_field_border_focus": "rgb(191, 0, 0)",
"toolbar_field_border": "rgb(82, 0, 0)",
"toolbar_field_focus": "rgba(0, 0, 0, 0.95)",
"toolbar_field_highlight_text": "rgb(0, 0, 0)",
"toolbar_field_highlight": "rgb(255, 184, 174)",
"toolbar_field_separator": "rgba(120, 0, 255, 0)",
"toolbar_field_text_focus": "rgb(255, 255, 255)",
"toolbar_top_separator": "rgb(44, 0, 0)",
"toolbar_vertical_separator": "rgb(82, 0, 0)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{8c748324-a8a8-4eb3-9e12-4163f7dd0bac}"
}
}
}