Inspect and view changes in PUBG 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",
"description": "PUBG Theme are made for PUBG lover, Who love to play PUBG in a free time or all time",
"manifest_version": 2,
"name": "PUBG Theme",
"short_name": "PUBG Theme(rakib.w97)",
"theme": {
"colors": {
"bookmark_text": [
255,
255,
255
],
"frame": [
76,
94,
109
],
"ntp_background": [
0,
0,
0
],
"ntp_header": [
255,
0,
0
],
"ntp_link": [
255,
255,
255
],
"ntp_section": [
0,
0,
0,
0.5
],
"ntp_section_link": [
255,
255,
255
],
"ntp_section_text": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"tab_background_text": [
200,
200,
200
],
"tab_text": [
255,
255,
255
],
"button_background": [
175,
42,
35
],
"toolbar": [
130,
24,
24
]
},
"images": {
"theme_frame": "img/frame.jpg",
"theme_ntp_background": "img/ntp_background.jpg",
"theme_toolbar": "img/toolbar.jpg"
},
"properties": {
"ntp_background_alignment": "top",
"ntp_background_repeat": "no-repeat"
},
"tints": {
"background_tab": [
0,
0,
0
],
"buttons": [
1,
1,
1
]
}
},
"version": "1.1.0"
}