do not match index

This commit is contained in:
Valentin Boettcher 2022-11-05 16:58:58 +01:00
parent 84155df87c
commit c408a1db4f
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -20,6 +20,7 @@
"content_scripts": [
{
"matches": ["*://*.gigamonkeys.com/book/*.html"],
"exclude_matches": ["*://*.gigamonkeys.com/book/index.html"],
"js": ["./js/webpoly.js", "./js/highlight-lisp.js", "./js/tocbot.js","./js/tippy.js","./js/main.js"],
"css": ["./css/highlight-style.css"]
}