-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathumbraco-marketplace.json
23 lines (23 loc) · 1.16 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"Title": "Examine Peek",
"Category": "Developer Tools",
"Description": "A simple package to help view a specific Umbraco content node and see its stored values in the Umbraco External index.",
"LicenseTypes": [ "Free"],
"PackageType": "Package",
"AuthorDetails": {
"Name": "Warren Buckley",
"Url": "https://hackmakedo.com",
"Description": "Warren is a freelance Umbraco developer who loves to tinker and hack and is available for hire. He has been working with Umbraco since the days of the yahoo mailing list (aka way too long).",
"ImageUrl": "https://hackmakedo.com/images/warren_square.jpg",
"SyncContributorsFromRepository": true
},
"Tags": [ "Examine", "Search", "Lucene", "Indexing", "Debugging", "Developer Tools" ],
"IssueTrackerUrl": "https://github.com/warrenbuckley/Examine-Peek/issues",
"Screenshots": [
{
"Caption": "Examine Peek for Umbraco V14+",
"ImageUrl": "https://raw.githubusercontent.com/warrenbuckley/Examine-Peek/main/.github/ExaminePeek.Screenshot.png"
}
]
}