Inspect and view changes in Android Material Theme 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,
"content_security_policy": "script-src 'self'; object-src 'self'",
"version": "1.0",
"name": "Android Material Theme",
"description": "An Android Material Light and Dark inspired theme.",
"icons": {
"16": "images/icon16.png",
"32": "images/icon32.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_frame_incognito": "images/theme_frame.png",
"theme_frame_inactive": "images/theme_frame_inactive.png",
"theme_frame_incognito_inactive": "images/theme_frame_inactive.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_tab_background_incognito": "images/theme_tab_background.png"
},
"colors": {
"frame": [
33,
33,
33
],
"frame_inactive": [
224,
224,
224
],
"frame_incognito": [
33,
33,
33
],
"frame_incognito_inactive": [
224,
224,
224
],
"toolbar": [
245,
245,
245
],
"ntp_text": [
33,
33,
33
],
"ntp_link": [
33,
33,
33
],
"ntp_section": [
255,
255,
255
],
"ntp_section_link": [
33,
33,
33
],
"ntp_section_text": [
33,
33,
33
],
"ntp_background": [
250,
250,
250
],
"bookmark_text": [
33,
33,
33
],
"tab_background_text": [
99,
99,
99
],
"tab_text": [
33,
33,
33
]
},
"tints": {
"buttons": [
0,
0,
0.12
],
"background_tab": [
0,
0,
0.72
]
},
"properties": {
"ntp_background_alignment": "bottom"
}
}
}