Gantter Project Management

The Leading Gantt chart based online project management software
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": "__MSG_appName__",
  "short_name": "Gantter",
  "version": "4.9.1",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "container": [
    "GOOGLE_DRIVE"
  ],
  "icons": {
    "128": "icon.png"
  },
  "api_console_project_id": "549517827371",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "text/gantterproject",
          "vnd.google.drive.ext-type.mpp",
          "application/vnd.ms-project",
          "vnd.google.drive.ext-type.gantter"
        ],
        "href": "https://google.gantter.com/gad/drive",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "app": {
    "urls": [
      "https://google.gantter.com/gad/drive"
    ],
    "launch": {
      "web_url": "https://google.gantter.com/gad/drive"
    }
  }
}