-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathapp.json
More file actions
28 lines (28 loc) · 915 Bytes
/
Copy pathapp.json
File metadata and controls
28 lines (28 loc) · 915 Bytes
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
{
"name": "Queen-MD",
"description": "World's Best First Sinhala Multi-Device WhatsApp Bot",
"repository": "https://github.com/genux-official/Queen-MD",
"logo": "https://i.ibb.co/WNr4QnXD/d3aed4a5-9bfd-4a96-8a49-1f53b02d5428.png",
"keywords": ["nodejs", "bot", "whatsapp bot", "whatsapp automation", "multi device", "queen-md"],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
],
"env": {
"USER_NAME": {
"description": "Enter Your Username (contact Nimesh Piyumal for get username and password +94786802371)",
"required": true
},
"PASSWORD": {
"description": "Enter Password (contact Nimesh Piyumal for get username and password +94786802371)",
"required": true
}
}
}