-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathplugin.json
More file actions
56 lines (56 loc) · 1.64 KB
/
plugin.json
File metadata and controls
56 lines (56 loc) · 1.64 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
48
49
50
51
52
53
54
55
56
{
"author": "Buildfire",
"pluginName": "Leaderboard",
"pluginDescription": "Add a leaderboard to your mobile app, creating a fun and competitive experience that engages users and motivates them to interact and improve their rankings.",
"supportEmail": "support@buildfire.com",
"supportSite": "https://learn.appdocumentation.com/en/articles/8524929-leaderboard-plugin-overview",
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": false
},
"settings": {
"enabled": true
},
"language": {
"enabled": true,
"languageJsonPath": "resources/languages.json",
"tagName": "$bfLanguageSettings_en-us"
},
"cssInjection": {
"enabled": true,
"layouts": [
{
"name": "Layout 1",
"imageUrl": "resources/layouts_img/layout1.png",
"cssPath": "widget/layouts/layout1.css"
}
]
},
"customTabs": [
{
"title": "Tests",
"url": "tests/index.html?random=false&stopOnSpecFailure=false"
}
]
},
"widget": {},
"features": [],
"languages": [
"en"
],
"keywords": "leaderboard, compete, competititon, score, scoring, trackable, challenges, rankings, timeframe",
"media": [
{ "type": "image-resource", "path": "1-Plugin.png" },
{ "type": "image-resource", "path": "2-Benefits.png" },
{ "type": "image-resource", "path": "3-Use-Cases.png" },
{ "type": "image-resource", "path": "4-Content-Tab.png" },
{ "type": "image-resource", "path": "5-Analytics-Tab.png" },
{
"type": "youtube-video",
"path": "https://www.youtube.com/watch?v=HudhZTMpY5c"
}
]
}