Inspect and view changes in GroupMap 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": 2,
"name": "GroupMap",
"description": "Capture your team's thinking, prioritise and vote on ideas for action. Use one of our visual templates or design your own.",
"version": "2",
"app": {
"urls": [
"*://app.groupmap.com/",
"*://www.groupmap.com/"
],
"launch": {
"web_url": "https://app.groupmap.com/"
}
},
"icons": {
"128": "groupmap.png"
},
"permissions": []
}