Inspect and view changes in Naruto Akatsuki Theme 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": "Naruto Akatsuki Theme",
"version": "1.0",
"description": "Amazing Chrome theme to Naruto - Akatsuki fans by Akatsuki fan.",
"manifest_version": 3,
"theme": {
"images": {
"theme_frame": "images/cloud2.png",
"theme_toolbar": "images/akatuski_frame_red.png",
"theme_tab_background": "images/theme_toolbar.png",
"theme_ntp_background": "images/resized_qt.png"
},
"colors": {
"frame": [
0,
0,
0
],
"toolbar": [
132,
19,
23
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"bookmark_text": [
255,
255,
255
],
"ntp_background": [
0,
0,
0
],
"ntp_text": [
0,
0,
0
],
"ntp_link": [
6,
55,
116
],
"button_background": [
0,
0,
0,
0.5
]
},
"tints": {
"buttons": [
0,
0,
0
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 0
}
}
}