Skip to content

Commit b8cc251

Browse files
authored
Merge pull request #23 from BuildFire/market-info
Market info
2 parents 0293669 + 8208b14 commit b8cc251

6 files changed

Lines changed: 14 additions & 2 deletions

File tree

plugin.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author":"BuildFire"
33
,"pluginName":"Geo-Fence Plugin"
4-
,"pluginDescription":"The Geo-Fence Action plugin enables you to trigger actions on your users devices to occur when they enter specific GPS locations. These actions can include sending your users a local notification, open a specific plugin in the app, give them directions, have their device trigger an email or call a phone number. Keywords: Geo, geo-fence, geofence, map, maps."
4+
,"pluginDescription":"The Geofence plugin is a powerful tool that allows you to create custom location-based triggers for your mobile app."
55
,"supportEmail":"support@buildfire.com"
66
,"supportSite" :"http://learn.appdocumentation.com/plugin-tutorials/geo-fence-plugin-tutorial"
77
,"control":{
@@ -19,5 +19,17 @@
1919
"service":"service.html"
2020
},
2121
"features" : [{"name" : "Geo"}, {"name": "localNotification"}, {"name": "BackgroundMode"}, {"name": "BackgroundGeo"}],
22-
"languages" : ["en"]
22+
"languages" : ["en"],
23+
"media": [
24+
{ "type": "image-resource", "path": "1-Plugin.png" },
25+
{ "type": "image-resource", "path": "2-Benefits.png" },
26+
{ "type": "image-resource", "path": "3-Use-Cases.png" },
27+
{ "type": "image-resource", "path": "4-Content-Tab.png" },
28+
{ "type": "image-resource", "path": "5-Analytics-Tab.png" },
29+
{
30+
"type": "youtube-video",
31+
"path": "https://www.youtube.com/watch?v=BSwuOFATXAs"
32+
}
33+
34+
]
2335
}

resources/1-Plugin.png

218 KB
Loading

resources/2-Benefits.png

369 KB
Loading

resources/3-Use-Cases.png

403 KB
Loading

resources/4-Content-Tab.png

311 KB
Loading

resources/5-Analytics-Tab.png

359 KB
Loading

0 commit comments

Comments
 (0)