-
Notifications
You must be signed in to change notification settings - Fork 2
/
umbraco-marketplace.json
21 lines (21 loc) · 1.05 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"Title": "Umbraco AltTextAI Integration",
"AlternatePackageNames": [ "AltTextAI" ],
"AlternateCategory": "Artificial Intelligence",
"AuthorDetails": {
"Name": "Joe Kepley",
"Description": "CTO, Blend Interactive",
"Url": "https://www.blendinteractive.com/about/team/joe-kepley/",
"ImageUrl": "https://www.blendinteractive.com/globalassets/images---bios/joe-bio-2024.png"
},
"Category": "Developer Tools",
"Description": "This package integrates the AltTextAI service to automatically fill in an alt text field on all uploaded images.",
"DocumentationUrl": "https://github.com/blendinteractive/Blend.Umbraco.AltTextAi/blob/main/README.md",
"IssueTrackerUrl": "https://github.com/blendinteractive/Blend.Umbraco.AltTextAi/issues",
"LicenseTypes": [ "Free" ],
"PackageType": "Package",
"PackagesByAuthor": [ ],
"Tags": [ "AI", "alt-text", "media", "images", "blend", "blend-interactive" ],
"VideoUrl": "https://www.youtube.com/watch?v=I0XfMCV-vYU"
}