Inspect and view changes in Project Manager 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": "Project Manager",
"short_name": "ProjectMgr",
"description": "Project Management Software – has the BEST Gantt Chart on the planet!",
"version": "0.0.0.5",
"icons": {
"128": "app_icon_128.png"
},
"app": {
"urls": [
"*://projectmanager.com/"
],
"launch": {
"web_url": "https://secure.projectmanager.com/default.aspx#id=LaunchPad§ion=none"
}
}
}