Inspect and view changes in Trafalgar Law OnePiece 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",
"version": "1.0",
"manifest_version": 2,
"name": "Trafalgar Law OnePiece theme",
"description": "Law theme for OnePiece fans",
"theme": {
"images": {
"theme_ntp_background": "images/law6.png",
"theme_toolbar": "images/logo.png"
},
"colors": {
"frame": [
96,
104,
150
],
"toolbar": [
96,
104,
150
],
"ntp_text": [
20,
40,
0
],
"ntp_link": [
36,
70,
0
],
"ntp_section": [
207,
221,
192
],
"button_background": [
255,
255,
255
],
"bookmark_text": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"tab_text": [
255,
255,
255
],
"ntp_background": [
255,
255,
255
],
"toolbar_button_icon": [
255,
255,
255
]
},
"tints": {
"buttons": [
0,
0,
0
],
"frame_inactive": [
0,
0,
0
],
"frame": [
255,
255,
255
]
},
"properties": {
"ntp_background_alignment": "top",
"ntp_background_repeat": "no-repeat"
}
}
}