not mine. took this from a site https://www.themebeta.com/chrome/theme/1341531#google_vignette
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "retro glitchcore rainbowcore theme",
"version": "1.0",
"description": "couldn't find the rite theme 4 my style, so i made 1. here's to the other alt kidz who needed dis.",
"manifest_version": 2,
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_toolbar": "images/theme_toolbar.jpeg",
"theme_tab_background": "images/theme_tab_background.jpeg",
"theme_ntp_background": "images/theme_ntp_background.png",
"theme_frame_overlay": "images/theme_frame_overlay.jpeg",
"theme_ntp_attribution": "images/theme_ntp_attribution.jpeg"
},
"colors": {
"frame": [
98,
160,
211
],
"toolbar": [
243,
82,
157
],
"tab_text": [
255,
0,
0
],
"tab_background_text": [
240,
153,
255
],
"bookmark_text": [
113,
193,
255
],
"ntp_background": [
255,
255,
255
],
"ntp_text": [
255,
0,
167
],
"ntp_link": [
255,
97,
97
],
"button_background": [
255,
0,
159,
1
]
},
"tints": {
"buttons": [
0.25,
1,
0.62
]
},
"properties": {
"ntp_background_alignment": "top",
"ntp_background_repeat": "no-repeat"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{02ed3f31-72a7-47d2-b9a0-5c704cf6bf67}"
}
}
}