mirror of
https://github.com/readest/readest.git
synced 2026-04-29 12:00:49 +00:00
Rename digest to readest
This commit is contained in:
parent
866964cb12
commit
5172b049ea
41 changed files with 12 additions and 11 deletions
11
apps/readest-app/src-tauri/capabilities/default.json
Normal file
11
apps/readest-app/src-tauri/capabilities/default.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "enables the default permissions",
|
||||
"windows": [
|
||||
"main"
|
||||
],
|
||||
"permissions": [
|
||||
"core:default"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue