diff options
author | FrostyBiscuit <[email protected]> | 2025-02-19 19:28:29 +0100 |
---|---|---|
committer | FrostyBiscuit <[email protected]> | 2025-02-19 19:28:29 +0100 |
commit | 4e535f4f7614ccc0c0dd1cca7278bbed8ad523d0 (patch) | |
tree | d6bf835e4c77c2b68f29996792a7de2731832da9 /manifest.json | |
parent | fc9fe0d67d4e7a62f157001a04728f8cbf9c1b72 (diff) |
Included leetcode.com and programiz.com
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index b76d117..cd83ca7 100644 --- a/manifest.json +++ b/manifest.json @@ -127,6 +127,16 @@ "matches": ["*://*.chess.com/*"], "css": ["./styles/websites/chess.css"], "run_at": "document_start" + }, + { + "matches": ["*://*.leetcode.com/*"], + "css": ["./styles/websites/leetcode.css"], + "run_at": "document_start" + }, + { + "matches": ["*://*.programiz.com/*"], + "css": ["./styles/websites/programiz.css"], + "run_at": "document_start" } ] }
\ No newline at end of file |