Leetcode List Stats

Leetcode List Stats

Shows solved/total for Leetcode lists

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Leetcode List Stats",
  "short_name": "LeetcodeListStats",
  "description": "Shows solved/total for Leetcode lists",
  "version": "1.0.6",
  "permissions": [
    "*://*.leetcode.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "Leetcode List Stats",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}