-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
23 lines (23 loc) · 994 Bytes
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"version" : "1.0.1",
"name" : "StationaryInvoice",
"marketplaceName" : {"de":"Rechnung (Fachmarkt)","en":"Invoice (Stationary)"},
"license" : "MIT",
"pluginIcon" : "icon_plugin_xs.png",
"price" : 0.00,
"description" : "Sationary Invoice plugin for plentymarkets online stores",
"shortDescription" : {"de": "Rechnung (Fachmarkt)","en": "Invoice (Stationary)"},
"categories" : ["3519"],
"author" : "Marcus Kreusch",
"authorIcon" : "icon_author_xs.png",
"email" : "[email protected]",
"phone" : "",
"keywords" : [],
"type" : "payment",
"namespace" : "StationaryInvoice",
"serviceProvider" : "StationaryInvoice\\Providers\\StationaryInvoiceServiceProvider",
"javaScriptFiles" : [],
"containers" : [],
"dataProviders" : [],
"dependencies" : []
}