-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathapp.json
35 lines (34 loc) · 1.31 KB
/
app.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
{
"name": "AUTOBACKUP GOOGLE DRIVE by Moediyu",
"description": "FOR TEAM DRIVES BACKUP",
"logo": "https://i.imgur.com/ZLi4nDP.jpg",
"keywords": [
"AUTOBACKUP",
"GOOGLE DRIVES",
"FREE TRIAL",
"MOEDYIU"
],
"repository": "https://github.com/modbots/drive2drive",
"website": "https://github.com/modbots/drive2drive",
"success_url": "https://t.me/moedyiu",
"env": {
"first": {
"description": "MainDrive ID ထည့်ပါ အဆိုပါ Drive ထဲရှိ ဖိုင်များကိုသာ အဆင့်ဆင့် Backup လုပ်ဆောင်သွားမည်ဖြစ်သည်",
"value": "",
"required": true
},
"second": {
"description": "သင်၏ Backup Drive ID 1 ထည့်ပါ ၎င်း Drive ထဲသို့ MainDrive ထဲမှ ဖိုင်များကို Backup လုပ်ပေးပါမည်",
"value": "",
"required": true
},
"third": {
"description": "သင်၏ Backup Drive ID 2 ထည့်ပါ ၎င်း Drive ထဲသို့ Backup Drive ID 1 ထဲမှ ဖိုင်များကို Backup လုပ်ပေးပါမည်",
"value": "",
"required": false
}
},
"buildpacks": [{
"url": "heroku/python"
}]
}