Icons to svg

add svg icons to plugins
change iconPath from png to svg
add iconPath to manifests

GitLab: #10
Change-Id: I2dd6d58636e926f5be577b68f8caa38d45068687
diff --git a/AutoAnswer/manifest.json b/AutoAnswer/manifest.json
index bcb9a4b..5855af7 100644
--- a/AutoAnswer/manifest.json
+++ b/AutoAnswer/manifest.json
@@ -1,5 +1,6 @@
 {
 	"name": "AutoAnswer",
 	"description" : "A plugin that automatically answers with given text",
-	"version" : "0.1.0"
+	"version" : "0.1.0",
+    "iconPath" : "icon.svg"
 }