Inspect and view changes in Camouflage-7 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,
"version": "1.0",
"name": "Camouflage-7",
"description": "Camouflage or military style",
"theme": {
"images": {
"theme_frame": "camouflage_light2.png",
"theme_frame_inactive": "camouflage_light.png",
"theme_frame_incognito": "camouflage_light.png",
"theme_frame_incognito_inactive": "camouflage_light.png",
"theme_toolbar": "camouflage.png",
"theme_tab_background": "camouflage_light.png",
"theme_tab_background_incognito": "camouflage_light.png",
"theme_ntp_attribution": "logo.png",
"theme_window_control_background": "camouflage.png",
"theme_ntp_background": "camouflage.png"
},
"colors": {
"frame": [
255,
255,
255
],
"frame_inactive": [
200,
255,
200
],
"frame_incognito": [
200,
255,
200
],
"frame_incognito_inactive": [
200,
255,
200
],
"ntp_section": [
255,
255,
255
],
"bookmark_text": [
200,
255,
200
],
"ntp_text": [
200,
255,
200
],
"ntp_link": [
200,
255,
200
],
"ntp_link_underline": [
200,
255,
200
],
"ntp_header": [
255,
255,
255
],
"ntp_section_text": [
200,
255,
200
],
"ntp_section_link": [
200,
255,
200
],
"ntp_section_link_underline": [
200,
255,
200
],
"button_background": [
200,
255,
200
],
"control_background": [
200,
255,
200
],
"toolbar": [
39,
54,
25
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
200,
255,
200
]
},
"properties": {
"ntp_background_alignment": "top",
"ntp_background_repeat": "repeat"
}
}
}