Skip to content

Commit

Permalink
missing identifier fields
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotmoon committed May 10, 2024
1 parent 47c0960 commit 58d5b26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/AlternatingCase.popclipext/Config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// #popclip
// name: Alternating Case
// #identifier: com.pilotmoon.popclip.extension.alternating-case
// identifier: com.pilotmoon.popclip.extension.alternating-case
// description: Change the text to AlTeRnAtInG CaSe, with optional randomness.
// icon: noun_sponge_575115.svg
// popclipVersion: 4151
Expand Down
2 changes: 1 addition & 1 deletion source/PasteAndEnter.popclipext/Config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// #popclip
// name: Paste and Enter
// #identifier: com.pilotmoon.popclip.extension.pasteandenter
// identifier: com.pilotmoon.popclip.extension.pasteandenter
// description: PopClip will paste, then press the Return (↵) key for you.
// icon: paste-enter.png
// entitlements: [dynamic]
Expand Down
2 changes: 1 addition & 1 deletion source/PasteAndMatch.popclipext/Config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// #popclip
// name: Paste and Match Style
// #identifier: com.pilotmoon.popclip.extension.pasteplain
// identifier: com.pilotmoon.popclip.extension.pasteplain
// description: Paste as plain text only, without formatting.
// icon: paste-equal.png
// entitlements: [dynamic]
Expand Down

0 comments on commit 58d5b26

Please sign in to comment.