Examine source code of MakeTime - increase productivity

Inspect and view changes in MakeTime - increase productivity 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": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "version": "2.10.14",
  "permissions": [],
  "optional_permissions": [
    "bookmarks"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "/favicon.ico",
    "36": "icons/bookmark-48.png",
    "48": "icons/management_48.png",
    "128": "icons/management_128.png"
  },
  "externally_connectable": {
    "matches": [
      "https://metamask.io/*"
    ],
    "ids": [
      "*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.ttf",
        "*.wofl"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; worker-src 'self'; object-src 'self'; style-src * data: blob: 'unsafe-inline'"
  },
  "action": {
    "default_icon": {
      "16": "icons/management_16.png",
      "24": "icons/management_24.png"
    }
  }
}