{
  "schemaVersion": "1.0.0",
  "id": "annas-archive",
  "name": "Anna's Archive",
  "description": "Read ebooks via Anna's Archive API. Requires TorBox addon to download.",
  "icon": "https://annas-archive.gl/apple-touch-icon.png",
  "version": "1.0.0",
  "provides": ["source"],
  "contentType": "ebook",
  "supportedDebrids": ["torbox"],
  "adapters": {
    "source": {
      "cacheNotifyUrl": "https://bookstream-debrid-proxy.tbm-a.workers.dev/annas/notify",
      "request": {
        "method": "GET",
        "url": "https://bookstream-debrid-proxy.tbm-a.workers.dev/annas/search?q={QUERY}"
      },
      "response": {
        "type": "json",
        "resultsPath": "results",
        "mapping": {
          "title": "title",
          "author": "authors[0]",
          "url": "url",
          "format": "filetype",
          "language": "language",
          "date": "year",
          "size": "filesize",
          "debridCache": "debridCache"
        }
      }
    }
  }
}