add app reservation (#284)

This commit is contained in:
Asim Aslam
2021-11-26 10:30:59 +00:00
committed by GitHub
parent 3d2278a72b
commit efe7ad6ee8
12 changed files with 640 additions and 0 deletions

9
app/publicapi.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "app",
"icon": "💭",
"category": "hosting",
"display_name": "Apps",
"pricing": {
"App.Reserve": 1000000
}
}