diff --git a/plugin.json b/plugin.json index 8e69d3b..d9c0480 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "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. Keywords: iframe, browser" + ,"pluginDescription":"Seamlessly embed web content into your mobile app." ,"pluginKeywords":"document,page,iframe,instagram,website" ,"supportEmail":"support@buildfire.com" ,"supportSite":"https://learn.appdocumentation.com/en/articles/1691379-webview-tutorial" @@ -25,6 +25,31 @@ ], "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=XbBS8vpwuHw" + } + ], "webpack": 8080 } diff --git a/src/resources/1-Plugin.png b/src/resources/1-Plugin.png new file mode 100644 index 0000000..e46bf59 Binary files /dev/null and b/src/resources/1-Plugin.png differ diff --git a/src/resources/2-Benefits.png b/src/resources/2-Benefits.png new file mode 100644 index 0000000..3500733 Binary files /dev/null and b/src/resources/2-Benefits.png differ diff --git a/src/resources/3-Use-Cases.png b/src/resources/3-Use-Cases.png new file mode 100644 index 0000000..f83f259 Binary files /dev/null and b/src/resources/3-Use-Cases.png differ diff --git a/src/resources/4-Content-Tab.png b/src/resources/4-Content-Tab.png new file mode 100644 index 0000000..07c6f78 Binary files /dev/null and b/src/resources/4-Content-Tab.png differ diff --git a/src/resources/5-Analytics-Tab.png b/src/resources/5-Analytics-Tab.png new file mode 100644 index 0000000..9298592 Binary files /dev/null and b/src/resources/5-Analytics-Tab.png differ