Examine source code of taskblitz Project Management

Inspect and view changes in taskblitz 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",
  "manifest_version": 2,
  "name": "taskblitz Project Management",
  "version": "0.0.0.2",
  "description": "taskblitz is a simple solution empowering people to plan, organize, and control their business processes",
  "icons": {
    "16": "icons/16x16-icon.png",
    "128": "icons/128x128-icon.png"
  },
  "app": {
    "launch": {
      "web_url": "https://app.taskblitz.com/login/"
    }
  }
}