-
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathapp.json
More file actions
21 lines (21 loc) · 626 Bytes
/
app.json
File metadata and controls
21 lines (21 loc) · 626 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "SimpleBot",
"description": "Subscribete a The Shadow Borkers (≧▽≦)",
"repository": "https://github.com/BrunoSobrino/SimpleBot",
"logo": "https://raw.githubusercontent.com/BrunoSobrino/SimpleBot/master/Menu2.jpg",
"keywords": ["java", "bot", "whatsapp-bot", "whatsapp-automation"],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
},
{
"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick.git"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}