Skip to content

Commit d3e01a6

Browse files
committed
fix: unbreak index (again)
1 parent ed38b67 commit d3e01a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Beautify Practical Common Lisp",
4-
"version": "1.5.4",
4+
"version": "1.5.5",
55

66
"description": "Adds a simple table of contents and syntax highlighting to the web version of Practical Common Lisp by Peter Seibel.",
77

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

0 commit comments

Comments
 (0)