-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
executable file
·45 lines (45 loc) · 1.34 KB
/
plugin.json
File metadata and controls
executable file
·45 lines (45 loc) · 1.34 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
{
"author": "Buildfire",
"pluginName": "Punch Card",
"pluginDescription": "Ditch traditional loyalty cards and use our digital punch card to earn rewards with every purchase, making tracking and redeeming loyalty points effortless.",
"supportEmail": "support@buildfire.com",
"requireLogin": true,
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": true
},
"settings": {
"enabled": true
},
"language": {
"enabled": true,
"languageJsonPath": "resources/languages.json"
},
"customTabs": [
{
"title": "History",
"url": "/transaction/index.html"
},
{
"title": "Tests",
"url": "/tests/index.html?random=false&stopOnSpecFailure=true"
}
],
"cssInjection": {
"enabled": true,
"layouts": [
{
"name": "Layout 1",
"imageUrl": "resources/layouts/layout1.png",
"cssPath": "widget/layouts/layout1.css"
}
]
}
},
"keywords": "Loyalty program, digital rewards, punch card, customer retention, loyalty points, rewards system, mobile stamping, virtual punch card, purchase tracking, incentive program, mobile loyalty, points accumulation, customer engagement, redeemable points, retail rewards",
"features" : [{"name" : "BarCodeScanner"}],
"languages": ["en"]
}