Skip to content

Commit

Permalink
Add options page screenshots and update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaprsd committed Jan 9, 2024
1 parent e97ca30 commit 36b2895
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .zipexclude
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.js.map
*.*js.map
*web/debugger.*
*web/*.pdf
*.git*
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2023 Shiva Prasad
Copyright (c) 2022-2024 Shiva Prasad

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions docs/gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
![Firefox window with a popup showing the original PDF URL](grabs/url-popup.png)
_Also showing smart-zoomed text and hidden toolbar._

### Viewer Preferences
![Firefox extension settings page showing the viewer options](grabs/preferences.png)

### Chromium Context Menu
![Chromium window showing the context menu on a link to a PDF](grabs/chrome/context-menu.png)

Expand Down
Binary file added docs/grabs/chrome/options-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/grabs/preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.6",
"version": "0.7",
"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/manifest-v2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "0.6",
"version": "0.7",

"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.6",
"version": "0.7",
"minimum_chrome_version": "102",

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

0 comments on commit 36b2895

Please sign in to comment.