Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"html-webpack-plugin": "^2.30.1",
"mocha": "^5.0.1",
"style-loader": "^0.20.1",
"uglify-js": "^3.14.5",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.9.2",
"zip-webpack-plugin": "^2.0.0"
Expand Down
8 changes: 4 additions & 4 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author":"Buildfire"
,"pluginName":"WebView"
,"pluginDescription":"Seamlessly embed web content into your mobile app with the WebView plugin, enabling smooth integration of external websites, pages, and interactive elements."
,"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":"document,page,iframe,instagram,website"
,"supportEmail":"support@buildfire.com"
,"supportSite":"https://learn.appdocumentation.com/en/articles/1691379-webview-tutorial"
Expand All @@ -15,7 +15,7 @@
"enabled":false
}
, "settings":{
"enabled":false
"enabled": true
}
}
,"widget":{
Expand Down Expand Up @@ -44,7 +44,7 @@
},
{
"type": "image-resource",
"path": "5-Analytics-Tab.png"
"path": "5-Custom-Content.png"
}
],
"webpack": 8080
Expand Down
Loading