-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.toml
More file actions
61 lines (59 loc) · 1.13 KB
/
Copy pathmanifest.toml
File metadata and controls
61 lines (59 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
appId = "0x1f8f092a30b7425273d9b15d5f3dd8c8"
icon = "resources/.foundation/icon.raw"
publisher = "Foundation Devices, Inc."
description = "Nostr signer for Passport Prime"
version = "0.1.0"
[appName]
en = "Nostr Signer"
[permissions]
"os/fs" = [
"AsyncCopyBlock",
"AsyncRead",
"AsyncWrite",
"AtomicCopy",
"CloseDir",
"CloseFile",
"CreateDirMessage",
"Flush",
"FlushFs",
"GetMetadata",
"MapFileMessage",
"NextEntry",
"OpenDirMessage",
"OpenFileMessage",
"ReadFile",
"Remove",
"Rename",
"SeekFile",
"SetLen",
"SubscribeFilesystemEvent",
"TruncateFile",
"WriteFile",
]
"os/gui-server" = [
"AnimateNextFrame",
"HideKeyboard",
"RegisterAppMessage",
"RequestRedraw",
"ShowModal",
"SubmitFrame",
"UpdateKeyboard",
]
"os/security" = [
"GetAppSeed",
"GetSeed",
]
"os/settings" = [
"GetDebugTouch",
"GetSystemTheme",
"SubscribeDebugTouch",
"SubscribeSystemTheme",
]
"os/usbdev" = [
"ReadEndpoint",
"RegisterInterface",
"ResetController",
"SetEndpointStalled",
"WaitForConnection",
"WriteEndpoint",
]