-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmod.json
More file actions
47 lines (47 loc) · 1.54 KB
/
mod.json
File metadata and controls
47 lines (47 loc) · 1.54 KB
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
{
"geode": "5.3.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "arcticwoof.account_backup",
"name": "Account Backup",
"version": "v1.1.4",
"developer": "ArcticWoof",
"description": "Alternative account cloud backup option",
"resources": {
"sprites": [
"resources/*"
]
},
"settings": {
"backup-url": {
"type": "string",
"name": "Backup Server URL",
"description": "The URL to which the backup will be sent. <cr>Don't change this unless you know what you are doing!</c> <cy>Refer to the mod page for more information on setting up your own server.</c>",
"default": "https://gdbackup.arcticwoof.xyz",
"match": "^(http|https):\\/\\/((?:[\\w\\-]+(?:\\.[\\w\\-]+)*)|localhost|\\d{1,3}(?:\\.\\d{1,3}){3})(:\\d+)?(\\/.*)?$",
"filter": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ:.-_/0123456789"
},
"authorization-token": {
"type": "string",
"name": "Authorization Token",
"description": "The token used to authorize the backup request. <cr>This is only required for private servers that have explicitly configured custom authentication.</c>",
"default": ""
},
"auto-backup": {
"type": "bool",
"name": "Auto Backup",
"description": "Automatically backup your account to the server whenever you complete a level.",
"default": false
}
},
"tags": ["online", "enhancement","utility"],
"links": {
"source": "https://github.com/DumbCaveSpider/GDAccountBackup",
"community": "https://discord.gg/gXcppxTNxC",
"homepage": "https://arcticwoof.xyz"
}
}