Inspect and view changes in Anime Cute Girl - Anime Themes 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",
"manifest_version": 3,
"version": "1.0.2",
"name": "Anime Cute Girl - Anime Themes",
"description": "A theme for anime and girl with pink image and anime cute girl background, japan, pink theme, anime theme",
"author": "Le Van Phu|Jorge Lee",
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_ntp_background": "images/theme_ntp_background.png",
"theme_ntp_attribution": "images/theme_ntp_attribution.png"
},
"colors": {
"frame": [
255,
192,
203
],
"frame_inactive": [
254,
227,
232
],
"toolbar": [
254,
227,
232
],
"tab_text": [
23,
27,
34
],
"tab_background_text": [
255,
192,
203
],
"bookmark_text": [
23,
27,
34
],
"ntp_background": [
255,
192,
203
],
"ntp_text": [
254,
227,
232
],
"ntp_link": [
63,
81,
181
],
"omnibox_background": [
255,
192,
203
],
"omnibox_text": [
23,
27,
34
],
"ntp_logo_color": [
254,
227,
232
]
},
"tints": {
"buttons": [
254,
227,
232
]
},
"properties": {
"ntp_background_alignment": "stretch",
"ntp_background_repeat": "no-repeat"
},
"icons": {
"16": "images/icon/16.png",
"32": "images/icon/32.png",
"48": "images/icon/48.png",
"70": "images/icon/70.png",
"96": "images/icon/96.png",
"128": "images/icon/128.png",
"192": "images/icon/192.png"
}
}
}