TLDRAlgos - Leetcode

TLDRAlgos - Leetcode

Leetcode Recommendation and Analysis tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TLDRAlgos - Leetcode",
  "description": "Leetcode Recommendation and Analysis tool",
  "version": "0.0.0.1",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Open Analysis tool"
  },
  "icons": {
    "16": "logo16.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "128": "logo128.png"
  }
}