For more info regarding this theme head to atomic-code.odoo.com
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",
"name": "__MSG_name__",
"description": "__MSG_description__",
"manifest_version": 3,
"version": "0.0.3",
"default_locale": "en",
"icons": {
"128": "icon.png"
},
"theme": {
"images": {
"theme_toolbar": "theme_toolbar.png",
"theme_frame": "theme_frame.png",
"theme_frame_inactive": "theme_frame_inactive.png",
"theme_frame_incognito": "theme_frame_incognito.png",
"theme_frame_incognito_inactive": "theme_frame_incognito_inactive.png",
"theme_frame_overlay_inactive": "theme_frame_overlay_inactive.png",
"theme_tab_background": "theme_tab_background.png",
"theme_tab_background_inactive": "theme_tab_background_inactive.png",
"theme_tab_background_incognito": "theme_tab_background_incognito.png",
"theme_tab_background_incognito_inactive": "theme_tab_background_incognito_inactive.png",
"theme_tab_background_v": "theme_tab_background_v.png",
"theme_frame_overlay": "theme_frame_overlay.png",
"theme_window_control_background": "theme_window_control_background.png",
"theme_ntp_background": "theme_ntp_background.png"
},
"colors": {
"omnibox_background": [
14,
13,
17
],
"toolbar": [
29,
27,
34
],
"frame": [
14,
13,
17
],
"frame_incognito": [
14,
13,
17
],
"frame_incognito_inactive": [
14,
13,
17
],
"background_tab": [
14,
13,
17
],
"background_tab_inactive": [
14,
13,
17
],
"background_tab_incognito": [
14,
13,
17
],
"background_tab_incognito_inactive": [
14,
13,
17
],
"toolbar_text": [
240,
73,
72
],
"bookmark_text": [
240,
73,
72
],
"tab_text": [
255,
147,
25
],
"tab_background_text": [
92,
143,
247
],
"tab_background_text_inactive": [
92,
143,
247
],
"tab_background_text_incognito": [
92,
143,
247
],
"tab_background_text_incognito_inactive": [
92,
143,
247
],
"omnibox_text": [
77,
252,
123
],
"toolbar_button_icon": [
142,
142,
146
],
"ntp_text": [
74,
73,
78
],
"ntp_link": [
99,
134,
242
],
"ntp_header": [
14,
13,
17
]
},
"properties": {
"ntp_logo_alternate": 1,
"ntp_background_repeat": "repeat"
},
"tints": {
"frame": [
-1,
-1,
-1
],
"frame_inactive": [
-1,
-1,
-1
],
"frame_incognito": [
-1,
-1,
-1
],
"frame_incognito_inactive": [
-1,
-1,
-1
],
"background_tab": [
-1,
-1,
-1
],
"buttons": [
-1,
-1,
-1
]
}
}
}