Examine source code of Inside Tasks | Task Management Tool

Inspect and view changes in Inside Tasks | Task Management Tool 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
{
  "name": "Inside Tasks | Task Management Tool",
  "version": "1.2",
  "description": "A New Tab page with prioritized TODO lists.",
  "permissions": [
    "storage",
    "chrome://favicon/*",
    "sessions",
    "tabs"
  ],
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}