diff --git a/modulecheck/shortcuts.json b/modulecheck/shortcuts.json index 0cfdc6b72199c214eb03c7a18e2d6db644fcc792..d46f607f529a8f3ea26a710360621d472f38235f 100644 --- a/modulecheck/shortcuts.json +++ b/modulecheck/shortcuts.json @@ -53,6 +53,7 @@ "propertyNames": { "enum": [ "bundleName", + "moduleName", "abilityName" ] }, @@ -61,6 +62,10 @@ "description": "Indicates the application bundle name for the target ability of the shortcut.", "type": "string" }, + "moduleName": { + "description": "Indicates the module name for the target ability of the shortcut.", + "type": "string" + }, "abilityName": { "description": "Indicates the class name for the target ability of the shortcut.", "type": "string"