From 9bbed716f29c2f936097a736e5b7a40d1c3b1586 Mon Sep 17 00:00:00 2001 From: Shiva Prasad Date: Thu, 1 Aug 2024 16:53:32 +0530 Subject: [PATCH] Add note on options page, update doq and metadata The doq update fixes reader toolbar icons being invisible in Brave. --- README.md | 6 ++++++ package.json | 2 +- src/doq | 2 +- src/manifest-v2.json | 2 +- src/manifest-v3.json | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 64a9172..398b1ba 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ In Firefox, *doqment* replaces the built-in PDF.js viewer as the default PDF viewer application. In Chrome(ium), it co-exists with the native viewer, and provides a context menu and toolbar button to open PDFs in it instead. +#### Extension options + +Preferences for both the PDF.js viewer and *doq* can be configured through the +extension options page (right click the toolbar icon and choose *Options* or +*Manage Extension* -> *Preferences*). + #### Note for Firefox users: It is recommended to disable the built-in viewer while this extension is diff --git a/package.json b/package.json index e7f2e74..9ec6c87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doqment", - "version": "0.8.1", + "version": "0.9", "description": "Mozilla's HTML5 PDF Viewer with Reader-mode add-on.", "homepage": "https://github.com/shivaprsd/doqment", "repository": "github:shivaprsd/doqment", diff --git a/src/doq b/src/doq index 34ac9c6..8cf9a57 160000 --- a/src/doq +++ b/src/doq @@ -1 +1 @@ -Subproject commit 34ac9c602d5e44a7b45c4cc65345a34b8839c92e +Subproject commit 8cf9a579550c8ede0b7a2c0ffe9dddcddc7d2dfb diff --git a/src/manifest-v2.json b/src/manifest-v2.json index e3f726c..99fa655 100644 --- a/src/manifest-v2.json +++ b/src/manifest-v2.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "0.8.1", + "version": "0.9", "name": "doqment PDF Reader", "short_name": "doqment", diff --git a/src/manifest-v3.json b/src/manifest-v3.json index 454d0a3..5958a97 100644 --- a/src/manifest-v3.json +++ b/src/manifest-v3.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "version": "0.8.1", + "version": "0.9", "minimum_chrome_version": "102", "name": "doqment PDF Reader",