diff --git a/examplemetadata.json b/examplemetadata.json index c230195..af14384 100644 --- a/examplemetadata.json +++ b/examplemetadata.json @@ -2,5 +2,6 @@ "name": "Test Token", "symbol": "TEST", "image": "https://brianfriel.xyz/phantomdev.gif", - "description": "Just a test!" + "description": "Just a test!", + "external_url": "https://brianfriel.xyz" } diff --git a/rss.xml b/rss.xml index cb7b662..e1e483b 100644 --- a/rss.xml +++ b/rss.xml @@ -1,4 +1,4 @@ -<![CDATA[Brian Friel]]>https://brianfriel.xyzGatsbyJSFri, 02 Feb 2024 23:02:06 GMT<![CDATA[The Complete Guide to Phantom Deeplinks]]>https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/Thu, 25 Aug 2022 01:22:04 GMT<p><em>This article was originally published on <a href="https://phantom.app/blog/the-complete-guide-to-phantom-deeplinks">phantom.app</a>.</em></p> +<![CDATA[Brian Friel]]>https://brianfriel.xyzGatsbyJSSat, 03 Feb 2024 00:36:08 GMT<![CDATA[The Complete Guide to Phantom Deeplinks]]>https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/Thu, 25 Aug 2022 01:22:04 GMT<p><em>This article was originally published on <a href="https://phantom.app/blog/the-complete-guide-to-phantom-deeplinks">phantom.app</a>.</em></p> <h2>Introduction</h2> <p>Solana’s fast and cheap transactions make it the perfect testing ground for novel mobile applications. Until recently, however, there was no way for native mobile applications to interact with existing Solana wallets. In order to connect to users, Solana dapps had to be web-based. In a mobile context, these web dapps were most often viewed within a wallet’s in-app browser.</p> <p>All of this changed in Phantom <code class="language-text">v22.04.01</code> with the release of Phantom <strong>deeplinks</strong>. With deeplinks, iOS and Android apps can now interact directly with the Phantom mobile app to connect, sign, and send transactions. In this tutorial, we’ll walk through how you can integrate Phantom deeplinks into your Solana dapp.</p> diff --git a/shortcuts.json b/shortcuts.json index 9590aad..a832061 100644 --- a/shortcuts.json +++ b/shortcuts.json @@ -1,19 +1,22 @@ { - "version": 1, + "version": 2, "shortcuts": [ { "label": "View Leaderboard", "uri": "https://two.solanamobile.com/leaderboard", + "type": "fungible", "icon": "leaderboard" }, { "label": "Preorder Now", "uri": "https://two.solanamobile.com/preorder", + "type": "fungible", "icon": "tip" }, { "label": "Join Discord", "uri": "https://discord.com/invite/solanamobile", + "type": "fungible", "icon": "discord", "prefersExternalTarget": true }