Inspect and view changes in Move Events 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,
"name": "Move Events",
"version": "1.1",
"description": "Simplest way to craft & share events for pretty much anything. Move is a fast, beautiful, fun way to share events in your community.",
"author": {
"name": "9th Designs"
},
"icons": {
"48": "./icons/move-48.png",
"128": "./icons/move-128.png"
},
"action": {
"default_title": "Open Move's Quick Link Panel",
"default_popup": "background.html"
}
}