Skip to content

Commit 0a54b8a

Browse files
committed
fix pdf url accessible conflict
1 parent 09210bc commit 0a54b8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222

2323
"web_accessible_resources": [{
2424
"resources": ["pdfjs/web/viewer.html", "ocr.html", "opencvHandler.html", "googleDocInject.js","subtitle.js"],
25-
"matches": ["<all_urls>"],
26-
"use_dynamic_url": true
25+
"matches": ["<all_urls>"]
2726
}],
2827
"sandbox": {
2928
"pages": [

0 commit comments

Comments
 (0)