Skip to content

Commit 3af5f50

Browse files
Add webpackage.json
1 parent 2ccbb62 commit 3af5f50

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

webpackage.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name":"Example_AI_Plugin",
3+
"displayName":"Example AI Plugin",
4+
"packageType": "Solution-Main",
5+
"icon": "https://raw.githubusercontent.com/Servoy/servoy-extra-components/master/servoy.png",
6+
"description": "Shows examples using the AI Plugin",
7+
"wikiUrl": "https://docs.servoy.com/guides/develop/programming-guide/building-ai-features",
8+
"sourceUrl" : "https://github.com/Servoy/AIPlugin/tree/master/Example_AI_Plugin",
9+
"releases" : [
10+
{"version":"1.0.0","url":"https://github.com/Servoy/AIPlugin/releases/download/example-solution-1.0.0/Example_AI_Plugin.servoy", "servoy-version":"2025.12.0"}
11+
]
12+
}

0 commit comments

Comments
 (0)