diff --git a/plugin.json b/plugin.json index e5f3777..22f1610 100755 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "author":"BuildFire", "pluginName": "Image Gallery", - "pluginDescription": "Showcase your images in a familiar format with this beautiful image gallery. Organize images into folders for your users to browse and view in high fidelity. It's simple and intuitive design, snappy performance, and crisp clarity bring your images into the limelight. Related Topics: Photos, Instagram", + "pluginDescription": "Showcase visual content with ease.", "pluginKeywords":"instagram,gallery,picture,image,photo", "supportEmail":"support@buildfire.com", "control": { @@ -18,5 +18,31 @@ "widget":{}, "features" : [{"name": "sharing"}], "webpack": "8080", - "languages" : ["en"] + "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=NpKCUbgMGEQ" + } + ] } diff --git a/src/resources/1-Plugin.png b/src/resources/1-Plugin.png new file mode 100644 index 0000000..7d327b4 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..9f344e4 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..15db5a6 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..b953645 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..440b3e5 Binary files /dev/null and b/src/resources/5-Analytics-Tab.png differ