forked from BuildFire/webviewPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (27 loc) · 658 Bytes
/
Copy pathplugin.json
File metadata and controls
28 lines (27 loc) · 658 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
{
"author":"BuildFire"
,"pluginName":"WebView"
,"pluginDescription":"The WebView plugin gives your users a native in-app experience, but allows you to link to external online content such as web pages, documents, food ordering, shopping carts, and pretty much anything else."
,"supportEmail":"support@buildfire.com"
,"pluginIcon":"icon.png"
,"licenseKey": "a4sd6-as654asd6as545a65s4d6a-65asd564a"
,"control":{
"content":{
"enabled":true
}
, "design":{
"enabled":false
}
, "settings":{
"enabled":false
}
}
,"widget":{
},
"features":[
],
"languages":[
"en"
],
"webpack": 8080
}