_meta.lua - crossword.koplugin - Unnamed repository; edit this file 'description' to name the repository.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
       _meta.lua (153B)
       ---
            1 local _ = require("gettext")
            2 return {
            3    name = "crossword",
            4    fullname = _("Crossword"),
            5    description = _([[Solve crosswords on your e-reader.]]),
            6 }