-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
31 lines (31 loc) · 931 Bytes
/
plugin.json
File metadata and controls
31 lines (31 loc) · 931 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
{
"author": "Buildfire",
"pluginName": "Metrics",
"pluginDescription": "Keep track of your business metrics with this feature by creating categories and updating how they performed based on parameters you set. Easily compare the performance of your metrics through time and improve your business with these valuable insights.",
"supportEmail": "support@buildfire.com",
"supportSite": "https://learn.appdocumentation.com/en/articles/5828722-metrics-feature",
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": false
},
"settings": {
"enabled": true
},
"customTabs": [
{
"title": "Tests",
"url": "tests/control.html"
}
]
},
"widget": {},
"features": [],
"languages": ["en"],
"media": [
{ "type": "image-resource", "path": "marketplace_gif.gif" },
{ "type": "image-resource", "path": "image.png" }
]
}