mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-12-11 01:28:51 +00:00
Update 100.md
This commit is contained in:
6
100.md
6
100.md
@@ -64,8 +64,8 @@ intent.`package` = "com.example.signer"
|
|||||||
// You can send some default permissions for the user to authorize for ever
|
// You can send some default permissions for the user to authorize for ever
|
||||||
val permissions = listOf(
|
val permissions = listOf(
|
||||||
Permission(
|
Permission(
|
||||||
type = "sign_event", // Is it type?
|
type = "sign_event",
|
||||||
kind = 22242 // Is it kind?
|
kind = 22242
|
||||||
),
|
),
|
||||||
Permission(
|
Permission(
|
||||||
type = "nip44_decrypt"
|
type = "nip44_decrypt"
|
||||||
@@ -525,4 +525,4 @@ Android intents and browser urls have limitations, so if you are using the `retu
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user