Inspect and view changes in Dedalium Game 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": 3,
"version": "1.0.4",
"name": "Dedalium Game theme",
"description": "Dedalium: A theme from Dedalium, the browser extension game that turn any website into a fun browser game (https://dedalium.com)",
"theme": {
"colors": {
"frame": [
0,
0,
0
],
"toolbar": [
45,
45,
45
],
"ntp_background": [
0,
0,
0
],
"tab_text": [
64,
190,
162
],
"bookmark_text": [
151,
255,
230
],
"tab_background_text": [
64,
190,
162
],
"ntp_text": [
64,
190,
162
],
"ntp_link": [
151,
255,
230
],
"button_background": [
64,
190,
162
]
},
"images": {
"theme_ntp_background": "background.jpg"
},
"properties": {
"ntp_background_alignment": "top"
}
}
}