-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
23 lines (23 loc) · 1016 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" : "StationaryFinancing",
"marketplaceName" : {"de":"Finanzierung (Fachmarkt)","en":"Financing (Stationary)"},
"license" : "MIT",
"pluginIcon" : "icon_plugin_xs.png",
"price" : 0.00,
"description" : "Sationary Financing plugin for plentymarkets online stores",
"shortDescription" : {"de": "Finanzierung (Fachmarkt)","en": "Financing (Stationary)"},
"categories" : ["3519"],
"author" : "Marcus Kreusch",
"authorIcon" : "icon_author_xs.png",
"email" : "[email protected]",
"phone" : "",
"keywords" : [],
"type" : "payment",
"namespace" : "StationaryFinancing",
"serviceProvider" : "StationaryFinancing\\Providers\\StationaryFinancingServiceProvider",
"javaScriptFiles" : [],
"containers" : [],
"dataProviders" : [],
"dependencies" : []
}