Inspect and view changes in Eventjoy: Free event ticketing & registration 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": "Eventjoy: Free event ticketing & registration",
"short_name": "Eventjoy",
"description": "Eventjoy is the easiest way to organize an event. Sell tickets online for free -- even for paid events!",
"version": "1.20.7",
"manifest_version": 2,
"app": {
"urls": [
"https://www.eventjoy.com/"
],
"launch": {
"web_url": "https://www.eventjoy.com/?src=chrome"
}
},
"icons": {
"16": "eventjoy-16.png",
"48": "eventjoy-48.png",
"128": "eventjoy-128.png"
}
}