LeetTab - Leetcode Dashboard

Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "LeetTab - Leetcode Dashboard",
  "description": "Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.",
  "version": "4.1",
  "permissions": [],
  "icons": {
    "16": "./favicon-16x16.png",
    "32": "./favicon-32x32.png",
    "192": "./android-chrome-192x192.png",
    "512": "./android-chrome-512x512.png"
  },
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "leettab@boraakyuz.me"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}