diff --git a/plugin.json b/plugin.json index 0b161aa..5adc3e7 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "author": "BuildFire", "pluginName": "Google Forms", - "pluginDescription": "Take surveys, plan your next camping trip, manage event registrations, whip up a quick poll, collect email addresses for a newsletter, create a pop quiz, and much more.Related Topics:Google Plus, Students", + "pluginDescription": "Seamlessly embed Google Forms into your mobile app.", "supportEmail": "support@buildfire.com", "supportSite":"http://learn.appdocumentation.com/plugin-tutorials/google-forms-plugin-tutorial/", "control": { @@ -18,5 +18,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=amOgCtmJYuk" + } + ] } diff --git a/resources/1-Plugin.png b/resources/1-Plugin.png new file mode 100644 index 0000000..8e8c501 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..e18fd4f 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..bf3e163 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..91a130d 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..d7572ee Binary files /dev/null and b/resources/5-Analytics-Tab.png differ