mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-03 08:49:40 +00:00
Add minimal template plugin
This commit is contained in:
parent
e7e0056288
commit
c8682c8456
2 changed files with 56 additions and 0 deletions
20
test/server/managers/plugins/Template/manifest.json
Normal file
20
test/server/managers/plugins/Template/manifest.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"id": "e6205690-916c-4add-9a2b-2548266996eg",
|
||||
"name": "Template",
|
||||
"version": "1.0.0",
|
||||
"owner": "advplyr",
|
||||
"repositoryUrl": "https://github.com/advplr/abs-report-for-review-plugin",
|
||||
"documentationUrl": "https://audiobookshelf.org/guides",
|
||||
"description": "This is a minimal template for an abs plugin",
|
||||
"extensions": [],
|
||||
"config": {},
|
||||
"localization": {},
|
||||
"releases": [
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"changelog": "Initial release",
|
||||
"timestamp": "2022-01-01T00:00:00Z",
|
||||
"downloadUrl": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue