-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathplugin.json
More file actions
executable file
·34 lines (34 loc) · 1010 Bytes
/
plugin.json
File metadata and controls
executable file
·34 lines (34 loc) · 1010 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
34
{
"author":"Buildfire"
,"pluginName":"Coupons"
,"pluginDescription":"Provide users with searchable, mappable coupons across one or multiple locations using the Coupon Feature, perfect for retailers, restaurants, gyms, cafés, and more."
,"pluginKeywords": "Coupons, Deals, Location, Map, Sales, Discounts, Redeem, Gifts, Points, Buy, Shop, Coupon and Deals"
,"supportEmail":"support@buildfire.com"
,"supportSite" : "http://learn.appdocumentation.com/plugin-tutorials/coupon-plugin-tutorial"
,"offlineModeEnabled": true
,"control":{
"content":{
"enabled":true
}
, "design":{
"enabled":true
}
, "settings":{
"enabled":true
},
"language": {
"enabled": true,
"languageJsonPath": "resources/languages.json"
}
}
,"widget":{},
"features" : [{"name":"Geo"}],
"usesApiKeys": [
{ "name": "googleMapKey" }
],
"languages" : ["en"],
"media": [
{ "type": "image-resource", "path": "marketplacegif.gif" },
{ "type": "image-resource", "path": "image.png" }
]
}