Inspect and view changes in IU Lilac flowers 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": "https://clients2.google.com/service/update2/crx",
"name": "IU Lilac flowers",
"author": "Frank Espinoza",
"version": "1.0",
"description": "IU Lilac flowers - IU in a lilac background color surrounded by flowers",
"manifest_version": 3,
"theme": {
"images": {
"theme_ntp_background": "images/background.png",
"theme_ntp_attribution": "images/attribution.png"
},
"colors": {
"frame": [
126,
96,
155
],
"frame_inactive": [
126,
96,
155
],
"ntp_background": [
126,
96,
155
],
"toolbar": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"tab_background_text_inactive": [
255,
255,
255
],
"omnibox_background": [
255,
255,
255
],
"toolbar_text": [
0,
0,
0
],
"toolbar_button_icon": [
0,
0,
0
],
"tab_text": [
0,
0,
0
],
"omnibox_text": [
0,
0,
0
],
"bookmark_text": [
0,
0,
0
],
"ntp_text": [
0,
0,
0
],
"ntp_link": [
0,
0,
0
],
"button_background": [
0,
0,
0
]
},
"tints": {
"buttons": [
255,
255,
255
]
},
"properties": {
"ntp_background_alignment": "center center",
"ntp_background_repeat": "no-repeat no-repeat",
"ntp_background_size": "cover"
}
}
}