Inspect and view changes in Trafalgar Law OnePiece Dark 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 Dark theme",
"description": "Law dark theme for OnePiece fans",
"theme": {
"images": {
"theme_ntp_background": "images/law8.png",
"theme_toolbar": "images/logo.png"
},
"colors": {
"frame": [
55,
55,
55
],
"toolbar": [
55,
55,
55
],
"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": [
55,
55,
55
],
"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"
}
}
}