Inspect and view changes in Deadmau5 Green Edition 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": "http://clients2.google.com/service/update2/crx",
"name": "Deadmau5 Green Edition",
"version": "1.1",
"manifest_version": 2,
"description": "Beautiful and clean Deadmau5 green theme. Enjoy!",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"theme": {
"colors": {
"ntp_background": [
0,
0,
0
],
"ntp_text": [
230,
230,
230
],
"toolbar": [
51,
51,
51
],
"tab_text": [
122,
255,
52
],
"tab_background_text": [
170,
170,
170
],
"bookmark_text": [
122,
255,
52
],
"button_background": [
122,
255,
52
]
},
"images": {
"theme_frame": "images/theme_frame.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_ntp_background": "images/theme_background.png"
},
"tints": {
"buttons": [
0.35,
0.85,
0.78
]
},
"properties": {}
}
}