Inspect and view changes in Atom One Light source codes across current and past versions
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",
"manifest_version": 3,
"name": "Atom One Light",
"description": "Atom One Light Theme",
"version": "2.4",
"author": "Mallowigi",
"icons": {
"128": "icon.png"
},
"theme": {
"images": {
"theme_ntp_background": "wall.png",
"theme_toolbar": "topbar.png",
"theme_tab_background": "tab.png"
},
"colors": {
"background_tab": [
244,
244,
244
],
"background_tab_inactive": [
234,
234,
235
],
"background_tab_incognito": [
234,
234,
234
],
"background_tab_incognito_inactive": [
234,
234,
235
],
"bookmark_text": [
35,
35,
36
],
"button_background": [
219,
219,
220
],
"frame": [
234,
234,
234
],
"frame_inactive": [
234,
234,
235
],
"frame_incognito": [
234,
234,
234
],
"frame_incognito_inactive": [
234,
234,
235
],
"ntp_background": [
234,
234,
234
],
"ntp_header": [
234,
234,
235
],
"ntp_link": [
41,
121,
255
],
"ntp_text": [
35,
35,
36
],
"omnibox_background": [
234,
234,
234
],
"omnibox_text": [
35,
35,
36
],
"tab_background_text": [
35,
35,
36
],
"tab_background_text_inactive": [
127,
127,
127
],
"tab_background_text_incognito": [
35,
35,
36
],
"tab_background_text_incognito_inactive": [
127,
127,
127
],
"tab_text": [
35,
35,
36
],
"toolbar": [
244,
244,
244
],
"toolbar_button_icon": [
127,
127,
127
],
"toolbar_text": [
35,
35,
36
]
}
}
}