Skip to content

Commit

Permalink
Add note on options page, update doq and metadata
Browse files Browse the repository at this point in the history
The doq update fixes reader toolbar icons being invisible in Brave.
  • Loading branch information
shivaprsd committed Aug 1, 2024
1 parent 2917852 commit 9bbed71
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/doq
2 changes: 1 addition & 1 deletion src/manifest-v2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "0.8.1",
"version": "0.9",

"name": "doqment PDF Reader",
"short_name": "doqment",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-v3.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"version": "0.8.1",
"version": "0.9",
"minimum_chrome_version": "102",

"name": "doqment PDF Reader",
Expand Down

0 comments on commit 9bbed71

Please sign in to comment.