Fix manifest and rename to "External Provider"
Change-Id: I563788d85761ded87fced9e27002354a456b9e65
diff --git a/assets/mainfest.json b/assets/mainfest.json
index f24a032..9470441 100644
--- a/assets/mainfest.json
+++ b/assets/mainfest.json
@@ -1,5 +1,5 @@
{
- "name" : "Externak Sale",
+ "name" : "External Provider",
"desc" : "Buy content from an external provider",
"embed" : [{
"panel" : "match",
@@ -7,7 +7,11 @@
"classes" : ["cart"],
"onClick" : {
"action" : "addWidget",
- "template" : "http://localhost:3003/demo/plugin-client.html"
+ "template" : "http://localhost:3003/demo/plugin-client.html",
+ "permissions": [
+ "scripts",
+ "downloads"
+ ]
}
}]
}
\ No newline at end of file