Examine source code of DayTasks

Inspect and view changes in DayTasks 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
{
  "manifest_version": 2,
  "name": "DayTasks",
  "version": "1.0",
  "description": "Shows how much time is left for your day to end + a small todo list.",
  "icons": {
    "149": "icons/icon.png"
  },
  "permissions": [
    "storage",
    "https://timely-note.vercel.app/*"
  ],
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7e55c45c-e89e-4594-9b2f-7f873bfa7fbc}"
    }
  }
}