Inspect and view changes in Ed Theme - Yellow Flower 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
{
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "2.3",
"manifest_version": 2,
"name": "Ed Theme - Yellow Flower",
"theme": {
"images": {
"theme_frame": "images/frame.png",
"theme_tab_background": "images/tab_background.png",
"theme_toolbar": "images/toolbar.png",
"theme_ntp_background": "images/background.jpg"
},
"colors": {
"frame": [
64,
64,
64
],
"frame_inactive": [
161,
161,
161
],
"frame_incognito": [
18,
18,
18
],
"frame_incognito_inactive": [
97,
97,
97
],
"toolbar": [
223,
223,
223
],
"tab_text": [
0,
0,
0
],
"tab_background_text": [
223,
223,
223
],
"bookmark_text": [
64,
64,
64
],
"ntp_background": [
255,
255,
255
],
"ntp_text": [
64,
64,
64
],
"ntp_link": [
64,
64,
64
],
"ntp_header": [
64,
64,
64
],
"ntp_section": [
242,
242,
242
],
"ntp_section_text": [
107,
107,
107
],
"ntp_section_link": [
64,
64,
64
],
"control_background": [
64,
64,
64
],
"button_background": [
160,
118,
0
]
},
"tints": {
"frame": [
-1,
-1,
-1
],
"background_tab": [
0.5,
0.5,
0.5
]
},
"properties": {
"ntp_background_alignment": "center"
}
}
}