Inside Tasks | Task Management Tool

Inside Tasks | Task Management Tool

A New Tab page with prioritized TODO lists.

Merlin
Additional files are visible only to premium users

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"
}