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": "Yellow Workspace",
"version": "1.0",
"description": "Transform your browser into a yellow workspace.",
"theme": {
"images": {
"theme_tab_background": "images\/tab_background.png",
"theme_ntp_background": "images\/ntp_background.png"
},
"colors": {
"frame": [
243,
243,
156
],
"frame_inactive": [
180,
179,
180
],
"toolbar": [
243,
243,
156
],
"tab_text": [
87,
85,
86
],
"tab_background_text": [
77,
76,
76
],
"omnibox_text": [
77,
76,
76
],
"omnibox_background": [
217,
212,
0
],
"bookmark_text": [
87,
85,
86
],
"button_background": [
87,
85,
86
],
"folder": [
122,
120,
121
]
}
},
"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": "Yellow Workspace",
"default_popup": "popup.html"
},
"permissions": [
"storage"
]
}