-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathumbraco-marketplace.json
52 lines (52 loc) · 1.62 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
46
47
48
49
50
51
52
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "Cogworks",
"Description": "A distinguished and longstanding Umbraco Partner",
"Url": "https://www.wearecogworks.com",
"ImageUrl": "https://cdn.wearecogworks.com/media/q4sabnmh/logo.png",
"Contributors": [],
"SyncContributorsFromRepository": false
},
"Category": "Editor Tools",
"Description": "A package that helps automatically purge CloudFlare cache",
"DiscussionForumUrl": "https://github.com/thecogworks/Cogworks.CogFlare/pulls",
"DocumentationUrl": "https://github.com/thecogworks/Cogworks.CogFlare",
"IssueTrackerUrl": "https://github.com/thecogworks/Cogworks.CogFlare/issues",
"LicenseTypes": [ "Free" ],
"PackageType": "Package",
"PackagesByAuthor": [],
"RelatedPackages": [],
"Screenshots": [
{
"ImageUrl": "https://cms.wearecogworks.com/media/icoenstm/cogflare-dashboard.png",
"Caption": "CogFlare Dashboard"
},
{
"ImageUrl": "https://cms.wearecogworks.com/media/hq4fqbv0/cogflare-logs-1.png",
"Caption": "CogFlare purge trigger logs"
},
{
"ImageUrl": "https://cms.wearecogworks.com/media/gkojwaj1/cogflare-logs-2.png",
"Caption": "CogFlare CloudFlare logs"
},
{
"ImageUrl": "https://cms.wearecogworks.com/media/pnnoc2d1/cogflare.png",
"Caption": "CogFlare logo"
}
],
"Tags": [
"cloudflare",
"cache",
"purge",
"cdn",
"automation"
],
"Title": "Cogworks.CogFlare",
"VersionSpecificPackageIds": [
{
"UmbracoMajorVersion": 12,
"PackageId": "Cogworks.CogFlare"
}
]
}