mirror of
https://github.com/readest/readest.git
synced 2026-04-29 03:50:52 +00:00
feat: in-app updater for Android (#885)
This commit is contained in:
parent
5c23642ac0
commit
8efad90932
48 changed files with 720 additions and 366 deletions
|
|
@ -1,3 +1,9 @@
|
|||
[default]
|
||||
description = "Default permissions for the plugin"
|
||||
permissions = ["allow-auth-with-safari", "allow-auth-with-custom-tab", "allow-copy-uri-to-path", "allow-use-background-audio"]
|
||||
permissions = [
|
||||
"allow-auth-with-safari",
|
||||
"allow-auth-with-custom-tab",
|
||||
"allow-copy-uri-to-path",
|
||||
"allow-use-background-audio",
|
||||
"allow-install-package",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue