-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathplugin.json
More file actions
executable file
·38 lines (38 loc) · 1.03 KB
/
plugin.json
File metadata and controls
executable file
·38 lines (38 loc) · 1.03 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
{
"author": "Buildfire",
"pluginName": "Weather",
"pluginDescription": "Provide real-time weather updates, offering accurate, up-to-date forecasts, alerts, and conditions for informed decisions and planning in any location or situation.",
"supportEmail": "support@buildfire.com",
"supportSite": "https://learn.buildfire.com/en/articles/4487613-weather-feature",
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": true
},
"settings": {
"enabled": false
}
},
"widget": {},
"features": [
{
"name": "Geo"
}
],
"languages": [
"en"
],
"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=JlPuISExciI"
}
]
}