[plugin] name = "text-enrichment" version = "1.0.0" api_version = "1.0" description = "Enriches plain text files with word count, line count, character count, and estimated reading time" kind = ["metadata_extractor"] priority = 500 [plugin.binary] wasm = "text_enrichment.wasm" [capabilities] network = false [capabilities.filesystem] # Users must add their media root directories here. Example: # read = ["/home/user/media", "/mnt/nas/texts"] read = []