diff --git a/cms/apps/applications.json b/cms/apps/applications.json index f3e4835..17b7cce 100644 --- a/cms/apps/applications.json +++ b/cms/apps/applications.json @@ -398,6 +398,26 @@ "twitter_URL": "https://x.com/astroport_fi", "medium_URL": "https://astroport.medium.com", "github_URL": "https://github.com/astroport-fi" + }, + { + "title": "Necropolis", + "subtitle": "NFT marketplace with yield-generating bASSETs, fostering community-driven growth.", + "external_URL": "https://app.backbonelabs.io/necropolis", + "thumbnail_image_URL": "https://raw.githubusercontent.com/osmosis-labs/fe-content/main/cms/apps/images/necropolis_thumbnail.webp", + "hero_image_URL": "https://raw.githubusercontent.com/osmosis-labs/fe-content/main/cms/apps/images/necropolis_hero.webp", + "twitter_URL": "https://twitter.com/BackBone_Labs", + "medium_URL": "https://medium.com/@backbone_labs", + "github_URL": "https://github.com/backbonelabsio" + }, + { + "title": "GraveDigger", + "subtitle": "The only multi-chain liquid staking platform where 100% of the performance fees are distributed back to the community.", + "external_URL": "https://app.backbonelabs.io/gravedigger", + "thumbnail_image_URL": "https://raw.githubusercontent.com/osmosis-labs/fe-content/main/cms/apps/images/gravedigger_thumbnail.webp", + "hero_image_URL": "https://raw.githubusercontent.com/osmosis-labs/fe-content/main/cms/apps/images/gravedigger_hero.webp", + "twitter_URL": "https://twitter.com/BackBone_Labs", + "medium_URL": "https://medium.com/@backbone_labs", + "github_URL": "https://github.com/backbonelabsio" } ] -} +} \ No newline at end of file diff --git a/cms/apps/images/gravedigger_hero.webp b/cms/apps/images/gravedigger_hero.webp new file mode 100644 index 0000000..b68a18c Binary files /dev/null and b/cms/apps/images/gravedigger_hero.webp differ diff --git a/cms/apps/images/gravedigger_thumbnail.webp b/cms/apps/images/gravedigger_thumbnail.webp new file mode 100644 index 0000000..26712c3 Binary files /dev/null and b/cms/apps/images/gravedigger_thumbnail.webp differ diff --git a/cms/apps/images/necropolis_hero.webp b/cms/apps/images/necropolis_hero.webp new file mode 100644 index 0000000..499b1b0 Binary files /dev/null and b/cms/apps/images/necropolis_hero.webp differ diff --git a/cms/apps/images/necropolis_thumbnail.webp b/cms/apps/images/necropolis_thumbnail.webp new file mode 100644 index 0000000..639e283 Binary files /dev/null and b/cms/apps/images/necropolis_thumbnail.webp differ