feat: migrate pdfjs to local & bump ver

This commit is contained in:
2026-03-29 20:25:06 +10:30
parent e049f34a5e
commit 343fa7ca9f
5 changed files with 68 additions and 7 deletions
+6 -1
View File
@@ -32,7 +32,12 @@
],
"web_accessible_resources": [
{
"resources": ["resources/icons/*", "resources/update-image.webp"],
"resources": [
"resources/icons/*",
"resources/update-image.webp",
"resources/pdfjs/pdf.worker.min.mjs",
"resources/pdfjs/pdf.legacy.min.mjs"
],
"matches": ["*://*/*"]
}
]