diff --git a/apps/Forge/app.json b/apps/Forge/app.json new file mode 100644 index 00000000..57860605 --- /dev/null +++ b/apps/Forge/app.json @@ -0,0 +1,13 @@ +{ + "appCategory": "Tool", + "appName": "Forge", + "appSummary": "The unified chain launch dashboard for Cosmos.", + "appWebsiteUrl": "https://forge.cosmos.network/", + "externalUrls": { + "twitter": "https://x.com/cosmos", + "github": "https://github.com/cosmos/interchain-security" + }, + "appWebsiteUrlsByChainId": { + "cosmoshub-4": "https://forge.cosmos.network/" + } +} diff --git a/apps/Forge/icon.png b/apps/Forge/icon.png new file mode 100644 index 00000000..8be24dbb Binary files /dev/null and b/apps/Forge/icon.png differ diff --git a/apps/daodao/app.json b/apps/daodao/app.json index 9647e3e7..1acebb2e 100644 --- a/apps/daodao/app.json +++ b/apps/daodao/app.json @@ -1,11 +1,14 @@ { "appCategory": "DAO", "appName": "DAO DAO", - "appSummary": "A DAO building DAO tooling. Built on Juno.", + "appSummary": "Simple, capable, and free DAO toolings for Cosmos.", "appWebsiteUrl": "https://daodao.zone/", "externalUrls": { "twitter": "https://twitter.com/DA0_DA0", "github": "https://github.com/DA0-DA0", "discord": "https://discord.com/invite/sAaGuyW3D2" + }, + "appWebsiteUrlsByChainId": { + "cosmoshub-4": "https://daodao.zone/dao/cosmos" } }