Upload most recent update of standard plugin prior to any personal tweaks

This commit is contained in:
2026-01-31 14:07:48 -07:00
commit 89d0f2d8ed
12 changed files with 1369 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
local _ = require("gettext")
return {
name = "pinpadlock",
fullname = _("PIN Pad Lock Screen"),
description = _([[Lock the device with a PIN code]]),
version = "v1.1.0"
}