Inspect and view changes in Rogue Wave - Accelerating Great Code 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",
"name": "Rogue Wave - Accelerating Great Code",
"short_name": "Rogue Wave Browser Theme",
"description": "Rogue Wave Chrome Browser Theme",
"version": "0.1.1",
"manifest_version": 2,
"icons": {
"48": "images/rw-48.png",
"128": "images/rw-128.png"
},
"theme": {
"images": {
"theme_frame": "images/rw-blue.png",
"theme_ntp_background": "images/RogueWavePPTCover_white_nologo.png",
"theme_ntp_attribution": "images/RogueWave_Logo_RGB.png"
},
"colors": {
"frame": [
255,
255,
255
],
"toolbar": [
255,
255,
255
],
"ntp_text": [
0,
0,
0
],
"ntp_link": [
99,
99,
99
],
"ntp_section": [
255,
255,
255
],
"button_background": [
255,
255,
255
]
},
"tints": {
"buttons": [
0.33,
0.5,
0.47
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_tiling": "repeat"
}
}
}