Files
koreader-mirror/plugins/backgroundrunner.koplugin/_meta.lua
2018-08-18 20:41:37 +02:00

7 lines
211 B
Lua

local _ = require("gettext")
return {
name = "backgroundrunner",
fullname = _("Background runner"),
description = _([[Service to other plugins: allows tasks to run regularly in the background.]]),
}