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,
"name": "Denim Rose",
"version": "1.1",
"description": "Denim background with rose toolbar.",
"theme": {
"images": {
"theme_frame": "images\/frame.png",
"theme_tab_background": "images\/tab_background.png",
"theme_ntp_background": "images\/ntp_background.png"
},
"colors": {
"frame": [
41,
77,
145
],
"frame_inactive": [
180,
179,
180
],
"toolbar": [
224,
139,
184
],
"tab_text": [
15,
15,
15
],
"tab_background_text": [
209,
207,
208
],
"omnibox_text": [
250,
250,
250
],
"omnibox_background": [
194,
83,
141
],
"bookmark_text": [
66,
66,
66
]
}
},
"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": "Denim Rose",
"default_popup": "popup.html"
},
"permissions": [
"storage"
]
}