Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chebizarro committed Oct 14, 2024
0 parents commit c7c5a93
Show file tree
Hide file tree
Showing 3 changed files with 3,098 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/com.nostr.signer.gschema.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="com.nostr.signer" path="/com/nostr/signer/">
<!-- Store user's preferred keys -->
<key name="preferred-keys" type="as">
<default>['']</default>
<summary>List of preferred keys</summary>
<description>A list of the preferred Nostr keys used by the signer.</description>
</key>

<!-- Store permissions for each app -->
<key name="app-permissions" type="a{sas}">
<default>{}</default>
<summary>Permissions granted to apps</summary>
<description>A mapping of app identifiers to granted permissions (sign_event, nip04_encrypt, etc.).</description>
</key>
</schema>
</schemalist>
Loading

0 comments on commit c7c5a93

Please sign in to comment.