diff --git a/plugin.json b/plugin.json index 45d2bdc..343b7f0 100755 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "author": "BuildFire", "pluginName": "Google Sheets", - "pluginDescription": "Google Sheets makes your data pop with colorful charts and graphs. Built-in formulas, pivot tables and conditional formatting options save time and simplify common spreadsheet tasks.Related Topics:Google Plus, Students", + "pluginDescription": "Embed Google Sheets into your mobile app.", "supportEmail": "support@buildfire.com", "supportSite":"http://learn.appdocumentation.com/plugin-tutorials/google-sheets-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=maZVM5KZDwU" + } + ] } diff --git a/resources/1-Plugin.png b/resources/1-Plugin.png new file mode 100644 index 0000000..440b1bf 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..33a30ef 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..6cbb2ca 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..6d655fd 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..b78310b Binary files /dev/null and b/resources/5-Analytics-Tab.png differ