diff --git a/.zipexclude b/.zipexclude index 1601817..b3d6abf 100644 --- a/.zipexclude +++ b/.zipexclude @@ -1,4 +1,4 @@ -*.js.map +*.*js.map *web/debugger.* *web/*.pdf *.git* diff --git a/LICENSE.txt b/LICENSE.txt index 12cd5cf..e8f3ab0 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 diff --git a/docs/gallery.md b/docs/gallery.md index b3dded6..35cb8ba 100644 --- a/docs/gallery.md +++ b/docs/gallery.md @@ -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) diff --git a/docs/grabs/chrome/options-page.png b/docs/grabs/chrome/options-page.png new file mode 100644 index 0000000..fbe1d24 Binary files /dev/null and b/docs/grabs/chrome/options-page.png differ diff --git a/docs/grabs/preferences.png b/docs/grabs/preferences.png new file mode 100644 index 0000000..8cef4f3 Binary files /dev/null and b/docs/grabs/preferences.png differ diff --git a/package.json b/package.json index dbe55d6..84cac52 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/manifest-v2.json b/src/manifest-v2.json index 235b9b3..e87a2f3 100644 --- a/src/manifest-v2.json +++ b/src/manifest-v2.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "0.6", + "version": "0.7", "name": "doqment PDF Reader", "short_name": "doqment", diff --git a/src/manifest-v3.json b/src/manifest-v3.json index 05ccb1b..1acdb50 100644 --- a/src/manifest-v3.json +++ b/src/manifest-v3.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "version": "0.6", + "version": "0.7", "minimum_chrome_version": "102", "name": "doqment PDF Reader",