-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathumbraco-marketplace.json
39 lines (39 loc) · 1.39 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",
"AuthorDetails": {
"Name": "Jumoo",
"Description": "Jumoo are a software development company based in the UK",
"Url": "https://jumoo.co.uk",
"ImageUrl": "https://jumoo.co.uk/img/ju_square.jpg"
},
"Category": "Developer Tools",
"PackageType": "Package",
"LicenseTypes": [
"Free"
],
"Tags": [
"Site Maintenance"
],
"PackagesByAuthor": [
"uSync",
"uSync.Complete",
"Jumoo.TranslationManger",
"Our.Umbraco.BackOfficeThemes",
"Our.Umbraco.LinkedPages",
"Our.Umbraco.MaintenanceMode"
],
"Title": "Maintenance Mode",
"Description": "Put your site in Maintenance Mode while you do upgrades",
"DiscussionForumUrl": "https://our.umbraco.com/forum/",
"IssueTrackerUrl": "https://github.com/KevinJump/Our.Umbraco.MaintenanceMode/issues",
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/KevinJump/Our.Umbraco.MaintenanceMode/v10/dev/img/dashboard.png",
"Caption": "Control access via the dashboard"
},
{
"ImageUrl": "https://raw.githubusercontent.com/KevinJump/Our.Umbraco.MaintenanceMode/v10/dev/img/splash.png",
"Caption": "users will then see the Maintenance splash screen (customizable)"
}
]
}