diff --git a/src/apps/omnibtc/icon.png b/src/apps/omnibtc/icon.png new file mode 100644 index 00000000..8b6dffbb Binary files /dev/null and b/src/apps/omnibtc/icon.png differ diff --git a/src/apps/omnibtc/index.tsx b/src/apps/omnibtc/index.tsx new file mode 100644 index 00000000..c326c1df --- /dev/null +++ b/src/apps/omnibtc/index.tsx @@ -0,0 +1,6 @@ +const App = () => { + return

OmniBTC

; + }; + + export default App; + \ No newline at end of file diff --git a/src/apps/omnibtc/manifest.json b/src/apps/omnibtc/manifest.json new file mode 100644 index 00000000..2a400b8c --- /dev/null +++ b/src/apps/omnibtc/manifest.json @@ -0,0 +1,5 @@ +{ + "title": "OmniBTC", + "description": "OmniBTC is the ultimate cross-chain swap and lending platform that unifies all on-chain liquidity using interoperability protocols enable everyone interact any token on any chains.", + "translations": {} +}