-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add a slug tag to the app registry JSON (#149)
* add a slug tag to the app registry JSON * fix _registry/registry.json
- Loading branch information
Showing
15 changed files
with
80 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,35 @@ | ||
{ | ||
"appName": "blockie", | ||
"appDescription": "Explore blocks of your running blockchain in real time!", | ||
"ignite": ">28.0.0", | ||
"dependencies": {}, | ||
"cosmosSDK": ">0.50.1", | ||
"authors": [ | ||
{ | ||
"name": "Tobias Schwarz", | ||
"github": "toschdev" | ||
} | ||
], | ||
"repositoryUrl": "https://github.com/toschdev/blockie", | ||
"documentationUrl": "https://github.com/toschdev/blockie/blob/main/README.md", | ||
"license": { | ||
"name": "Apache License 2.0", | ||
"url": "https://github.com/toschdev/blockie/blob/main/LICENSE" | ||
}, | ||
"keywords": [ | ||
"ignite", | ||
"blockie", | ||
"cli", | ||
"explorer", | ||
"ignite app", | ||
"tool", | ||
"development" | ||
], | ||
"supportedPlatforms": [ | ||
"mac", | ||
"linux" | ||
], | ||
"icon": "", | ||
"cover": "" | ||
"appName": "Blockie", | ||
"slug": "blockie", | ||
"appDescription": "Explore blocks of your running blockchain in real time!", | ||
"ignite": ">28.0.0", | ||
"dependencies": {}, | ||
"cosmosSDK": ">0.50.1", | ||
"authors": [ | ||
{ | ||
"name": "Tobias Schwarz", | ||
"github": "toschdev" | ||
} | ||
], | ||
"repositoryUrl": "https://github.com/toschdev/blockie", | ||
"documentationUrl": "https://github.com/toschdev/blockie/blob/main/README.md", | ||
"license": { | ||
"name": "Apache License 2.0", | ||
"url": "https://github.com/toschdev/blockie/blob/main/LICENSE" | ||
}, | ||
"keywords": [ | ||
"ignite", | ||
"blockie", | ||
"cli", | ||
"explorer", | ||
"ignite app", | ||
"tool", | ||
"development" | ||
], | ||
"supportedPlatforms": [ | ||
"mac", | ||
"linux" | ||
], | ||
"icon": "", | ||
"cover": "" | ||
} |