23 lines
613 B
JSON
23 lines
613 B
JSON
|
{
|
||
|
"$schema": "http://json.schemastore.org/template",
|
||
|
"author": "Jellyfin Team",
|
||
|
"classifications": [ "NetStandard", "Plugin", "Jellyfin" ],
|
||
|
"tags": {
|
||
|
"language": "C#",
|
||
|
"type":"project"
|
||
|
},
|
||
|
"identity": "Jellyfin.Plugin",
|
||
|
"name": "Jellyfin Plugin template",
|
||
|
"shortName": "jellyfin-plugin",
|
||
|
"sourceName": "dotnet_template",
|
||
|
"symbols":{
|
||
|
"pluginGuid":{
|
||
|
"type": "generated",
|
||
|
"generator": "guid",
|
||
|
"replaces": "pluginguid",
|
||
|
"parameters": {
|
||
|
"format":"D"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|