CrackTech - Find LeetCode Company Tags

CrackTech - Find LeetCode Company Tags

An extension that can help candidate to prepare for a Company specific DSA interview.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "CrackTech - Find LeetCode Company Tags",
  "version": "1.0.6",
  "homepage_url": "https://github.com/ssavi-ict/LC-Which-Company",
  "description": "An extension that can help candidate to prepare for a Company specific DSA interview.",
  "manifest_version": 3,
  "author": "Avik Sarkar",
  "action": {
    "default_popup": "popup.html",
    "default_title": "CrackTech - Find LeetCode Company Tags"
  },
  "icons": {
    "16": "res/16.png",
    "32": "res/32.png",
    "48": "res/48.png",
    "128": "res/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "notifications",
    "alarms",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}