Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0",
"name": "Purple Green Gradient",
"theme": {
"images": {
"theme_toolbar": "images\/toolbar.png",
"theme_frame": "images\/frame.png",
"theme_frame_inactive": "images\/frame_inactive.png",
"theme_frame_incognito_inactive": "images\/frame_incognito_inactive.png",
"theme_ntp_background": "images\/ntp_background.png"
},
"colors": {
"background_tab": [
68,
71,
90
],
"background_tab_inactive": [
68,
71,
90
],
"background_tab_incognito": [
68,
71,
90
],
"background_tab_incognito_inactive": [
68,
71,
90
],
"bookmark_text": [
200,
200,
200
],
"button_background": [
255,
255,
255
],
"ntp_background": [
52,
55,
69
],
"ntp_header": [
255,
255,
255
],
"ntp_link": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"omnibox_background": [
52,
55,
69
],
"omnibox_text": [
255,
255,
255
],
"tab_background_text": [
230,
230,
230
],
"tab_background_text_inactive": [
230,
230,
230
],
"tab_background_text_incognito": [
230,
230,
230
],
"tab_background_text_incognito_inactive": [
230,
230,
230
],
"tab_text": [
255,
255,
255
],
"toolbar_button_icon": [
255,
255,
255
],
"toolbar_text": [
255,
255,
255
]
},
"tints": {
"buttons": [
0.33,
0.5,
0.47
]
},
"properties": {
"ntp_background_alignment": "bottom"
}
},
"icons": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"browser_action": {
"default_icon": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"default_title": "Purple Green Gradient Theme",
"default_popup": "popup.html"
},
"permissions": [
"storage"
]
}