-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathregistry.json
48 lines (48 loc) · 1.13 KB
/
registry.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"appName": "Your App Name",
"slug": "your-app-slug",
"appDescription": "A brief description of what your app does.",
"ignite": ">28.3.0",
"dependencies": {
"docker": ">23.0.5"
},
"cosmosSDK": ">0.50.4",
"authors": [
{
"name": "Author Name",
"email": "[email protected]",
"website": "Optional author or company website"
}
],
"repositoryUrl": "URL to the app's repository",
"documentationUrl": "URL to the app's documentation",
"license": {
"name": "MIT",
"url": "github.com/username/app/LICENSE.md"
},
"keywords": [
"keyword1",
"keyword2",
"Useful for search and categorization"
],
"supportedPlatforms": [
"mac",
"linux"
],
"socialMedia": {
"x": "Optional X handle",
"telegram": "Optional Telegram group",
"discord": "Optional Discord server",
"reddit": "Optional Reddit page",
"website": ""
},
"donations": {
"cryptoAddresses": {
"cosmos": "cosmos1...",
"otherSupportedCryptos": "address"
},
"fiatDonationLinks": "URL to Patreon, Ko-fi, etc."
},
"icon": "https://URL.to/icon",
"cover": "https://URL.to/cover"
}