Add epub reader setting to keep screen awake #1207

-----------

Co-authored-by: ISO-B <3048685+ISO-B@users.noreply.github.com>
This commit is contained in:
advplyr
2025-01-18 10:38:24 -06:00
co-authored by ISO-B
parent c8d9887070
commit 5d67c71791
8 changed files with 64 additions and 16 deletions
+10
View File
@@ -9,6 +9,7 @@
"version": "0.9.77-beta",
"dependencies": {
"@byteowls/capacitor-filesharer": "^6.0.0",
"@capacitor-community/keep-awake": "^5.0.1",
"@capacitor-community/volume-buttons": "^6.0.1",
"@capacitor/android": "^6.0.0",
"@capacitor/app": "^6.0.0",
@@ -1750,6 +1751,15 @@
"@capacitor/core": ">=6"
}
},
"node_modules/@capacitor-community/keep-awake": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/@capacitor-community/keep-awake/-/keep-awake-5.0.1.tgz",
"integrity": "sha512-5ZeJ5DQE5Aa1NwzD1kKv8IkHoLwKhkGYlURWHh4/SDrug0KBaGocKuk1q1TAk1nsCs6ndbSsEvUt2LZDoPo9SQ==",
"license": "MIT",
"peerDependencies": {
"@capacitor/core": "^6.0.0"
}
},
"node_modules/@capacitor-community/volume-buttons": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@capacitor-community/volume-buttons/-/volume-buttons-6.0.1.tgz",