Skip to content

Commit 9956355

Browse files
authored
Merge pull request #29 from BuildFire/market-info
Market info
2 parents b1e09e8 + 49cb368 commit 9956355

File tree

6 files changed

+12
-1
lines changed

6 files changed

+12
-1
lines changed

plugin.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "BuildFire",
33
"pluginName": "Weather",
4-
"pluginDescription": "Real time weather forecast plugin provides user with all the right information. For user's current location or any place they wish.",
4+
"pluginDescription": "Provides real-time weather updates",
55
"supportEmail": "support@buildfire.com",
66
"supportSite": "https://learn.buildfire.com/en/articles/4487613-weather-feature",
77
"control": {
@@ -23,5 +23,16 @@
2323
],
2424
"languages": [
2525
"en"
26+
],
27+
"media": [
28+
{ "type": "image-resource", "path": "1-Plugin.png" },
29+
{ "type": "image-resource", "path": "2-Benefits.png" },
30+
{ "type": "image-resource", "path": "3-Use-Cases.png" },
31+
{ "type": "image-resource", "path": "4-Content-Tab.png" },
32+
{ "type": "image-resource", "path": "5-Analytics-Tab.png" },
33+
{
34+
"type": "youtube-video",
35+
"path": "https://www.youtube.com/watch?v=JlPuISExciI"
36+
}
2637
]
2738
}

resources/1-Plugin.png

242 KB
Loading

resources/2-Benefits.png

472 KB
Loading

resources/3-Use-Cases.png

514 KB
Loading

resources/4-Content-Tab.png

477 KB
Loading

resources/5-Analytics-Tab.png

542 KB
Loading

0 commit comments

Comments
 (0)