-
Notifications
You must be signed in to change notification settings - Fork 8
/
umbraco-marketplace.json
41 lines (41 loc) · 1.44 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
40
41
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AlternatePackageNames": [],
"AuthorDetails": {
"Name": "Matthew Wise",
"Description": "DotNet Dev and Umbraco MVP",
"Url": "https://github.com/Matthew-Wise/",
"ImageUrl": "https://github.com/Matthew-Wise.png",
"Contributors": [
{
"Name": "Digipex",
"Url": "https://github.com/Digipex"
},
{
"Name": "Jacob Spencer",
"Url": "https://github.com/jaymarvels"
}
]
},
"Category": "Developer Tools",
"DocumentationUrl": "https://github.com/Matthew-Wise/Umbraco-CSP-manager",
"LicenseTypes": [
"Free"
],
"IssueTrackerUrl": "https://github.com/Matthew-Wise/Umbraco-CSP-manager/issues",
"PackageType": "Package",
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/Matthew-Wise/Umbraco-CSP-manager/main/images/managment-screen.png",
"Caption": "Managment dashboard for CSP"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Matthew-Wise/Umbraco-CSP-manager/main/images/settings-screen.png",
"Caption": "Configuration section"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Matthew-Wise/Umbraco-CSP-manager/main/images/evaluate-screen.png",
"Caption": "Csp Evaluation section"
}
]
}