-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbadges.json
More file actions
29 lines (29 loc) · 845 Bytes
/
badges.json
File metadata and controls
29 lines (29 loc) · 845 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
29
{
"monthlyBadges":[
{
"title": "halfgoal",
"displaytitle": "Halfway There!",
"desc": "Reached half of your monthly goal!",
"img": "/static/img/Fifty_Badge.png",
"required": 50
},{
"title": "hundredgoal",
"displaytitle": "You made it!",
"desc": "Reached your monthly goal!",
"img": "/static/img/One_Hundred_Badge.png",
"required": 100
},{
"title": "onefiftygoal",
"displaytitle": "Overachiever!",
"desc": "Reached 150% of your monthly goal!",
"img": "/static/img/One_Hundred_and_Fifty_Badge.png",
"required": 150
},{
"title": "twohundredgoal",
"displaytitle": "2x Overachiever!",
"desc": "Reached 2 times your monthly goal!",
"img": "/static/img/Two_Hundred_Badge.png",
"required": 200
}
]
}