Inspect and view changes in ExhibitCore Event Planner 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": "ExhibitCore Event Planner",
"description": "With the ExhibitCore Event Planner event professionals can easily layout any floor plan in minutes. Get started now!",
"version": "1.0.1",
"app": {
"urls": [
"http://eventplanner.exhibitcore.com/eventplanner.aspx"
],
"launch": {
"web_url": "http://eventplanner.exhibitcore.com/eventplanner.aspx"
}
},
"icons": {
"128": "icon_128.png"
},
"permissions": [
"unlimitedStorage"
],
"manifest_version": 2
}