Examine source code of Kanbanchi Task & Project Management

Inspect and view changes in Kanbanchi Task & Project Management 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",
  "app": {
    "urls": [
      "https://kanban-chi.appspot.com/"
    ],
    "launch": {
      "web_url": "https://kanban-chi.appspot.com/"
    }
  },
  "manifest_version": 2,
  "name": "Kanbanchi Task & Project Management",
  "short_name": "Kanbanchi",
  "version": "2.67.0",
  "description": "#1 Task/Project management & collaboration tool with Kanban, Gantt Chart & Time Tracker. Intuitive real-time teamwork in G Suite.",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png",
    "256": "icon256.png"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "631025100586",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/kanbanchi"
        ],
        "href": "https://kanban-chi.appspot.com/",
        "title": "Open",
        "disposition": "window"
      }
    ]
  }
}