Skip to content

Commit

Permalink
fix for FF 106/107 (close #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasGollenstede committed Nov 5, 2022
1 parent 900a25b commit fc3a61f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ module.exports = function({ options, packageJson, manifestJson, files, }) {
default_title: 'Save as ePub',
};

manifestJson.background.persistent = true;

!options.viewRoot && (options.viewRoot = options.chrome ? 'ePub.html' : 'ePub');

files.node_modules = [
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": "epub",
"version": "0.5.6",
"version": "0.5.7",
"title": "ePub Creator",
"description": "ePub Creator is a WebExtension that creates ePub e-books from web pages and 'overdrive.com's online reader.",
"author": "Niklas Gollenstede",
Expand Down

0 comments on commit fc3a61f

Please sign in to comment.