Set minimum_chrome_version to 88

Set minimum_chrome_version to 88 to not distribute an incompatible
version of the extension to older Chrome versions.

See https://github.com/mozilla/pdf.js/issues/13669#issuecomment-1510485564
This commit is contained in:
Rob Wu 2023-06-03 12:02:13 +02:00
parent fa95bbce12
commit 1f29baad22

View File

@ -1,4 +1,5 @@
{
"minimum_chrome_version": "88",
"manifest_version": 2,
"name": "PDF Viewer",
"version": "PDFJSSCRIPT_VERSION",