Add manifest.json and exceptions class

This commit is contained in:
Alexander Rufenach
2021-06-04 05:10:47 -04:00
parent db8912ac63
commit a68cdce453
2 changed files with 80 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[
{
"guid": "d02b875a-2a61-4d74-ae5f-394eca192f74",
"name": "AnilistSync",
"description": "This plugin will scrobble anime to Anilist for you",
"overview": "Scrobble to Anilist",
"owner": "ARufenach",
"category": "General",
"versions": [
{
"version": "1.0.0",
"changelog": "Initial release",
"targetAbi": "10.7.0.0",
"sourceUrl": "https://github.com/ARufenach/jellyfin-plugin-anilist-sync/releases/download/v1.0.0/AnilistSync_1.0.0.zip",
"checksum": "f099d9935001c1e49c710517e8261765",
"timestamp": "2021-06-04T05:05:00Z"
}
]
}
]