Join the Simpsons at a day at the park. This is a minimal theme with a delightful image. Enjoy.
-unofficial, fan-made-
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"version": "3.1",
"name": "The Simpsons Theme",
"theme": {
"colors": {
"frame": [
104,
74,
50
],
"frame_inactive": [
104,
74,
50
],
"frame_incognito": [
104,
74,
50
],
"frame_incognito_inactive": [
104,
74,
50
],
"toolbar": [
255,
213,
33
],
"tab_background_text": [
51,
51,
51
],
"ntp_background": [
51,
51,
51
],
"ntp_link": [
255,
213,
33
],
"ntp_link_underline": [
255,
213,
33
],
"ntp_header": [
255,
213,
33
],
"ntp_section": [
255,
213,
33
],
"ntp_text": [
255,
255,
255
],
"ntp_section_link": [
255,
213,
33
],
"ntp_section_link_underline": [
255,
213,
33
],
"control_background": [
255,
213,
33
]
},
"images": {
"theme_ntp_background": "images/theme_ntp_background.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_frame": "images/theme_frame.png",
"theme_tab_background": "images/theme_tab_background.png"
},
"tints": {
"frame_inactive": [
0.5,
0.5,
0.5
],
"frame_incognito_inactive": [
0.5,
0.5,
0.5
],
"frame": [
0.4,
0.4,
0.2
]
},
"properties": {
"ntp_logo_alternate": 1
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
}
}
}