Inspect and view changes in Sleep Token Chrome 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",
"manifest_version": 3,
"version": "1.0",
"name": "Sleep Token Chrome Theme",
"description": "A dark-themed Chrome experience featuring the band Sleep Token",
"theme": {
"images": {
"theme_frame": "images/sleepTokenBackground.jpg",
"theme_ntp_background": "images/sleepTokenBackground.jpg",
"theme_ntp_attribution": "images/logo.png"
},
"colors": {
"frame": [
0,
0,
0
],
"toolbar": [
24,
24,
24
],
"tab_text": [
255,
255,
255
],
"bookmark_text": [
255,
255,
255
],
"button_background": [
36,
36,
36
]
}
},
"action": {
"default_icon": {
"16": "icons/sleep_token_logo16.png",
"32": "icons/sleep_token_logo32.png",
"48": "icons/sleep_token_logo48.png",
"128": "icons/sleep_token_logo128.png"
}
}
}