Inspect and view changes in Kemono Friends 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",
"version": "2",
"manifest_version": 2,
"name": "Kemono Friends",
"description": "A beautiful Kemono Friends theme with art drawn by Wadatsumi (Pixiv Id: 1119212 | Twitter: @u_m_ko)",
"theme": {
"images": {
"theme_frame": "theme_frame.png",
"theme_tab_background": "theme_tab_background.png",
"theme_toolbar": "theme_toolbar.png",
"theme_ntp_background": "theme_ntp_background.png"
},
"icons": {
"128": "icon128.png"
},
"colors": {
"frame": [
252,
225,
132
],
"frame_incognito": [
76,
142,
172
],
"toolbar": [
155,
216,
217
],
"button_background": [
247,
247,
247
],
"theme_toolbar": [
95,
198,
223
],
"ntp_header": [
221,
235,
171
],
"ntp_background": [
247,
247,
247
]
},
"properties": {
"ntp_background_alignment": "center"
}
}
}