-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathwhmcs.json
executable file
·31 lines (31 loc) · 1004 Bytes
/
whmcs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"schema": "1.0",
"type": "whmcs-addons",
"name": "google-tag-manager",
"license": "GPLv3",
"category": "addon",
"description": {
"name": "Google Tag Manager",
"tagline": "Google Tag Manager support for WHMCS",
"long": "Automatically includes the GTM embed codes and provides the necessary JavaScript dataLayer for eCommerce variables",
"features": [
"Provides a settings field to enter your GTM ID",
"Automatically embeds the correct GTM code in Client Area",
"Inserts the necessary JavaScript dataLayer array with eCommerce variables"
]
},
"logo": {
"filename": "logo.png"
},
"support": {
"homepage": "https:\/\/websavers.ca\/",
"email": "[email protected]",
"support_url": "https:\/\/clients.websavers.ca\/",
},
"authors": [
{
"name": "Websavers Inc.",
"homepage": "https:\/\/websavers.ca\/"
}
]
}