-
Notifications
You must be signed in to change notification settings - Fork 12
/
umbraco-marketplace.json
39 lines (39 loc) · 1.04 KB
/
umbraco-marketplace.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
32
33
34
35
36
37
38
39
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"Title": "URL Tracker",
"AlternatePackageNames": [
"301 URL Tracker"
],
"Category": "Analytics & Insights",
"PackageType": "Package",
"Tags": [
"notfound",
"tracking",
"redirect",
"301",
"302",
"404"
],
"LicenseTypes": ["Free"],
"AuthorDetails": {
"Url": "https://infocaster.net",
"ImageUrl": "https://github.com/InfocasterTechniek.png",
"Description": "Let's make the internet brighter",
"Contributors": [
{
"Name": "Dennis Heutinck"
},
{
"Name": "Erik Eelman"
},
{
"Name": "Joris Peters"
},
{
"Name": "Bram van den Bogaard"
}
]
},
"IssueTrackerUrl": "https://github.com/Infocaster/UrlTracker/issues",
"DiscussionForumUrl": "https://github.com/Infocaster/UrlTracker/discussions"
}