A Chrome theme based on the best-selling novel and the hit-series, A Game of Thrones by George R.R. Martin.…
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": "Game of Thrones: Lannister",
"short_name": "House Lannister",
"author": "Thunderclaww",
"version": "1.3",
"manifest_version": 2,
"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/theme_ntp_attribution.png",
"theme_window_control_background": "images/window_control_background.png"
},
"colors": {
"frame": [
47,
47,
47
],
"toolbar": [
81,
8,
1
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
225,
225,
225
],
"bookmark_text": [
255,
255,
255
],
"ntp_background": [
115,
11,
2
],
"ntp_text": [
255,
255,
255
]
},
"tints": {
"buttons": [
0.17,
0.3,
0.87
],
"frame_inactive": [
-1,
0.4,
0.6
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "no-repeat"
}
}
}