diff --git a/manifest.json b/manifest.json index b328ee7..27a23ba 100644 --- a/manifest.json +++ b/manifest.json @@ -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"] }