diff --git a/cms/apps/applications.json b/cms/apps/applications.json index 2d84a9c..2854117 100644 --- a/cms/apps/applications.json +++ b/cms/apps/applications.json @@ -1,6 +1,17 @@ { "$schema": "../../schemas/applications.schema.json", "applications": [ + { + "title": "Osmohall", + "subtitle": "Osmohall is the Pro Trading Terminal which offers high performance and access to the latest Osmosis gems.", + "external_URL": "https://coinhall.org/osmosis", + "thumbnail_image_URL": "https://raw.githubusercontent.com/osmosis-labs/fe-content/main/cms/apps/images/osmohall_thumbnail.webp", + "hero_image_URL": "https://raw.githubusercontent.com/osmosis-labs/fe-content/main/cms/apps/images/osmohall_hero.webp", + "twitter_URL": "https://twitter.com/coinhall_org", + "medium_URL": "https://medium.com/@Coinhall", + "github_URL": "https://github.com/coinhall", + "featured": false + }, { "title": "MilkyWay", "subtitle": "Liquid staking protocol tailor-made for Celestia's modular ecosystem.", diff --git a/cms/apps/images/osmohall_hero.png b/cms/apps/images/osmohall_hero.png new file mode 100644 index 0000000..196f709 Binary files /dev/null and b/cms/apps/images/osmohall_hero.png differ diff --git a/cms/apps/images/osmohall_hero.webp b/cms/apps/images/osmohall_hero.webp new file mode 100644 index 0000000..595a6e9 Binary files /dev/null and b/cms/apps/images/osmohall_hero.webp differ diff --git a/cms/apps/images/osmohall_thumbnail.png b/cms/apps/images/osmohall_thumbnail.png new file mode 100644 index 0000000..36fb1b9 Binary files /dev/null and b/cms/apps/images/osmohall_thumbnail.png differ diff --git a/cms/apps/images/osmohall_thumbnail.webp b/cms/apps/images/osmohall_thumbnail.webp new file mode 100644 index 0000000..bae5365 Binary files /dev/null and b/cms/apps/images/osmohall_thumbnail.webp differ