Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
19 lines
496 B
JSON
19 lines
496 B
JSON
{
|
|||
"name": "coverartarchive",
|
|||
"author": "Navidrome",
|
|||
"version": "1.0.0",
|
|||
"description": "Album cover art from the Cover Art Archive",
|
|||
"website": "https://coverartarchive.org",
|
|||
"capabilities": ["MetadataAgent"],
|
|||
"permissions": {
|
|||
"http": {
|
|||
"reason": "To fetch album cover art from the Cover Art Archive API",
|
|||
"allowedUrls": {
|
|||
"https://coverartarchive.org": ["GET"],
|
|||
"https://*.archive.org": ["GET"]
|
|||
},
|
|||
"allowLocalNetwork": false
|
|||
}
|
|||
}
|
|||
}
|