Inspect and view changes in Chrome Theme Mint2 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": 2,
"name": "Chrome Theme Mint2",
"description": "This theme light and soft theme .",
"version": "1.0",
"author": "Igor Dunenkov",
"theme": {
"colors": {
"frame": [
210,
228,
218
],
"frame_inactive": [
210,
228,
218
],
"frame_incognito": [
108,
157,
123
],
"frame_incognito_inactive": [
108,
157,
123
],
"background_tab": [
210,
228,
218
],
"background_tab_inactive": [
210,
228,
218
],
"background_tab_incognito": [
108,
157,
123
],
"background_tab_incognito_inactive": [
108,
157,
123
],
"bookmark_text": [
0,
0,
0
],
"tab_background_text": [
0,
0,
0
],
"tab_background_text_inactive": [
102,
106,
109
],
"tab_background_text_incognito": [
0,
0,
0
],
"tab_background_text_incognito_inactive": [
189,
193,
198
],
"tab_text": [
0,
0,
0
],
"toolbar": [
233,
242,
236
],
"toolbar_button_icon": [
0,
0,
0
],
"omnibox_text": [
0,
0,
0
],
"omnibox_background": [
210,
228,
218
]
}
}
}