-
Notifications
You must be signed in to change notification settings - Fork 9
/
umbraco-marketplace.json
45 lines (45 loc) · 1.85 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
42
43
44
45
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "Umbraco Sustainability Community Team",
"ImageUrl": "https://github.com/rickbutterfield.png",
"Contributors": [
{
"Name": "Rick Butterfield",
"Url": "https://github.com/rickbutterfield"
},
{
"Name": "Thomas Morris",
"Url": "http://github.com/tcmorris"
}
]
},
"Category": "Editor Tools",
"Description": "A package from the Umbraco Community Sustainability Team which helps developers and editors see and improve the carbon impact of their websites.",
"LicenseTypes": [ "Free" ],
"IssueTrackerUrl": "https://github.com/rickbutterfield/Umbraco.Community.Sustainability/issues",
"PackageType": "Package",
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-contentapp-1.jpeg",
"Caption": "Content app for Sustainability - running a report"
},
{
"ImageUrl": "https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-contentapp-2.jpeg",
"Caption": "Content app for Sustainability - view detailed report"
},
{
"ImageUrl": "https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-dashboard-1.png",
"Caption": "Sustainability section - overview and average scores"
},
{
"ImageUrl": "https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-dashboard-2.png",
"Caption": "Sustainability section - breakdown of all recent reports"
}
],
"Tags": [
"backoffice",
"sustainability"
],
"Title": "Umbraco.Community.Sustainability"
}