Share My Leetcode

Share My Leetcode

Share your awesome leetcode with friends within one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Share My Leetcode",
  "description": "Share your awesome leetcode with friends within one click!",
  "version": "0.1.1",
  "manifest_version": 2,
  "icons": {
    "16": "./logo_6.png"
  },
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "options_page": "./options.html",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "https://leetcode.com/problems/",
    "storage"
  ]
}