diff --git a/plugin.json b/plugin.json index d54a134..d5513f2 100644 --- a/plugin.json +++ b/plugin.json @@ -1,10 +1,10 @@ { "author":"BuildFire" ,"pluginName":"Google Slides", - "pluginDescription":"Google Slides makes your ideas shine with a variety of presentation themes, hundreds of fonts, embedded video, animations, and more.Related Topics:Google Plus, Students" -,"supportEmail":"support@buildfire.com" + "pluginDescription":"Seamlessly embed Google Slides into your mobile app." ,"pluginIcon": "icon.png" -, "supportSite":"http://learn.appdocumentation.com/plugin-tutorials/google-slides-plugin-tutorial" +, "supportSite":"http://learn.appdocumentation.com/plugin-tutorials/google-slides-plugin-tutorial", + "supportEmail":"support@buildfire.com", ,"control":{ "content":{ "enabled":true @@ -19,5 +19,31 @@ ,"widget":{ }, "features" : [], - "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=H8em0wHjagM" + } + ] } diff --git a/resources/1-Plugin.png b/resources/1-Plugin.png new file mode 100644 index 0000000..c98871a Binary files /dev/null and b/resources/1-Plugin.png differ diff --git a/resources/2-Benefits.png b/resources/2-Benefits.png new file mode 100644 index 0000000..ab426a7 Binary files /dev/null and b/resources/2-Benefits.png differ diff --git a/resources/3-Use-Cases.png b/resources/3-Use-Cases.png new file mode 100644 index 0000000..6d3a78c Binary files /dev/null and b/resources/3-Use-Cases.png differ diff --git a/resources/4-Content-Tab.png b/resources/4-Content-Tab.png new file mode 100644 index 0000000..2248884 Binary files /dev/null and b/resources/4-Content-Tab.png differ diff --git a/resources/5-Analytics-Tab.png b/resources/5-Analytics-Tab.png new file mode 100644 index 0000000..fa68e4f Binary files /dev/null and b/resources/5-Analytics-Tab.png differ