LC Friends Live Contest Ranking

LC Friends Live Contest Ranking

Get live ranking of your friends any leetcode contest!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "LC Friends Live Contest Ranking",
  "version": "1.1.5",
  "description": "Get live ranking of your friends any leetcode contest!",
  "action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "128": "logo.png"
  },
  "permissions": [
    "storage"
  ]
}