summarylogtreecommitdiffstats
path: root/MimeInfo.xml
blob: c6d9e5df1f2d131dca8a5ac276425c969fe233c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" ?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/psbt">
    <comment>Partially Signed Bitcoin Transaction</comment>
    <glob pattern="*.psbt"></glob>
  </mime-type>
  <mime-type type="application/bitcoin-transaction">
    <comment>Bitcoin Transaction</comment>
    <glob pattern="*.txn"></glob>
  </mime-type>
  <mime-type type="application/pgp-signature">
    <comment>ASCII Armored File</comment>
    <glob pattern="*.asc"></glob>
  </mime-type>
  <mime-type type="x-scheme-handler/bitcoin">
    <comment>Bitcoin Scheme URI</comment>
  </mime-type>
  <mime-type type="x-scheme-handler/auth47">
    <comment>Auth47 Authentication URI</comment>
  </mime-type>
  <mime-type type="x-scheme-handler/lightning">
    <comment>LNURL URI</comment>
  </mime-type>
</mime-info>