summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorFrostyBiscuit <[email protected]>2025-02-19 19:28:29 +0100
committerFrostyBiscuit <[email protected]>2025-02-19 19:28:29 +0100
commit4e535f4f7614ccc0c0dd1cca7278bbed8ad523d0 (patch)
treed6bf835e4c77c2b68f29996792a7de2731832da9 /manifest.json
parentfc9fe0d67d4e7a62f157001a04728f8cbf9c1b72 (diff)
Included leetcode.com and programiz.com
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json10
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