Rename manifest

Change-Id: I2299730dfe6791a13138f978b2ebab2e47287180
diff --git a/assets/manifest.json b/assets/manifest.json
new file mode 100644
index 0000000..9470441
--- /dev/null
+++ b/assets/manifest.json
@@ -0,0 +1,17 @@
+{
+  "name" : "External Provider",
+  "desc" : "Buy content from an external provider",
+  "embed" : [{
+    "panel" : "match",
+    "title" : "Buy",
+    "classes" : ["cart"],
+    "onClick" : {
+      "action" : "addWidget",
+      "template" : "http://localhost:3003/demo/plugin-client.html",
+      "permissions": [
+        "scripts",
+        "downloads"
+      ]
+    }
+  }]
+}
\ No newline at end of file