Inspect and view changes in Persona 3 Protagonist Theme - Yellow Accent 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",
"manifest_version": 2,
"version": "1.0.1",
"name": "Persona 3 Protagonist Theme - Yellow Accent",
"short_name": "P3 Protag Theme - Yellow Accent",
"description": "Google Chrome theme featuring the Persona 3 protagonist with yellow tabs",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"images": {
"theme_frame": "images/frame.png",
"theme_toolbar": "images/toolbar.png",
"theme_tab_background": "images/tab.png",
"theme_ntp_background": "images/background.png",
"theme_ntp_attribution": "images/ntp_attribution.png",
"theme_window_control_background": "images/window_control_background.png",
"theme_frame_inactive": "images/frame_inactive.png",
"theme_button_background": "images/button_background.png"
},
"colors": {
"frame": [
0,
31,
59
],
"frame_inactive": [
0,
31,
59
],
"ntp_link": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"ntp_header": [
0,
31,
59
],
"ntp_section": [
0,
31,
59
],
"ntp_section_link": [
0,
31,
59
],
"ntp_section_text": [
10,
17,
27
],
"ntp_background": [
5,
153,
255
],
"toolbar": [
115,
205,
255
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
10,
17,
27
],
"bookmark_text": [
255,
255,
255
]
},
"tints": {
"buttons": [
0.33,
0.5,
0.47
],
"frame_inactive": [
0.3,
0.3,
0.3
],
"frame_incognito_inactive": [
0.5,
0.5,
0.5
]
},
"properties": {
"ntp_background_alignment": "top",
"ntp_background_repeat": "repeat-x"
}
}
}