forked from BuildFire/leaderboardPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
33 lines (33 loc) · 968 Bytes
/
plugin.json
File metadata and controls
33 lines (33 loc) · 968 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
30
31
32
33
{
"author": "BuildFire",
"pluginName": "Leaderboard",
"pluginDescription": "Leaderboard, is a dynamic plugin that enables you to compete with team-members and your community for the highest score at the top of the board, it also enables you to create trackable challenges, and keep scores in a daily-weekly-monthly format, as well as staying up to date on current rankings via push notifications.",
"supportEmail": "support@buildfire.com",
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": false
},
"settings": {
"enabled": true
},
"customTabs": [
{
"title": "Tests",
"url": "tests/index.html"
},
{
"title": "Language",
"url": "strings/index.html"
}
]
},
"widget": {},
"features": [],
"languages": [
"en"
],
"keywords": "leaderboard, compete, competititon, score, scoring, trackable, challenges, rankings, timeframe"
}