-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathplugin.json
More file actions
19 lines (19 loc) · 1.01 KB
/
Copy pathplugin.json
File metadata and controls
19 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name" : "ShippingTutorial",
"marketplaceName" : [{"en":"shipping plugin tutorial", "de":"Versandplugin-Tutorial"}],
"description" : "A basic shipping plugin by plentymarkets",
"namespace" : "ShippingTutorial",
"author" : "plentymarkets GmbH",
"type" : "shipping",
"isClosedSource" : "False",
"serviceProvider" : "ShippingTutorial\\Providers\\ShippingTutorialServiceProvider",
"version" : "0.1.0",
"license" : "AGPL-3.0",
"pluginIcon" : "icon_plugin_xs.png",
"price" : 0.00,
"shortDescription" : {"en": "A basic shipping plugin", "de": "Ein einfaches Versand-Plugin"},
"keywords" : ["plugin", "shipping", "tutorial"],
"authorIcon" : "icon_author_xs.png",
"email" : "sales@plentymarkets.com",
"phone" : "+49 561 98 681 100"
}