-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathplugin.json
More file actions
executable file
·23 lines (23 loc) · 1012 Bytes
/
plugin.json
File metadata and controls
executable file
·23 lines (23 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"serviceProvider": "GoogleMapsWidget\\Providers\\MapsServiceProvider",
"version": "1.0.0",
"name": "GoogleMapsWidget",
"marketplaceName": { "de": "Google Maps Widget", "en": "Google Maps Widget" },
"description": "This is the Google Maps Widget for the Shop Builder developed by plentymarkets.",
"author": "plentymarkets GmbH",
"license": "AGPL-3.0",
"pluginIcon": "icon_plugin_xs.png",
"price": 0.0,
"shortDescription": {
"de": "Das von plentymarkets entwickelte Google Maps Widget für den Shop Builder.",
"en": "This is the Google Maps Widget for the Shop Builder developed by plentymarkets."
},
"authorIcon": "icon_author_xs.png",
"email": "sales@plentymarkets.com",
"phone": "+49 561 98 681 100",
"categories": ["3527"],
"keywords": ["plentymarkets", "plugins", "layout", "widget", "google", "maps", "shopbuilder", "shop builder"],
"type": "widgets",
"require": ["Ceres", "IO"],
"namespace": "GoogleMapsWidget"
}