-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathplugin.json
More file actions
51 lines (50 loc) · 1.16 KB
/
plugin.json
File metadata and controls
51 lines (50 loc) · 1.16 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"author":"Buildfire"
,"pluginName":"Web Content"
,"pluginDescription":"Seamlessly embed external website pages as native screens in your app. Also, use our coding terminal or AI assistant to create custom content and interactive elements."
,"pluginKeywords":"webview,document,page,iframe,instagram,website"
,"supportEmail":"support@buildfire.com"
,"supportSite":"https://learn.appdocumentation.com/en/articles/1691379-webview-tutorial"
,"pluginIcon":"icon.png"
,"licenseKey": "a4sd6-as654asd6as545a65s4d6a-65asd564a"
,"control":{
"content":{
"enabled":true
}
, "design":{
"enabled":false
}
, "settings":{
"enabled": true
}
}
,"widget":{
},
"features":[
],
"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-Custom-Content.png"
}
],
"webpack": 8080
}