Inspect and view changes in 3D Event Designer 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": "3D Event Designer",
"description": "Plan, design, see in 3D and share events online with Events Clique's 3D Event Designer.",
"version": "1.2",
"app": {
"urls": [
"http://www.eventsclique.com/"
],
"launch": {
"web_url": "http://www.eventsclique.com"
}
},
"icons": {
"128": "icon_128.png"
},
"permissions": [
"unlimitedStorage",
"notifications"
],
"manifest_version": 2
}