Skip to content

Commit

Permalink
Added description to all functions for Sketch Runner support.
Browse files Browse the repository at this point in the history
  • Loading branch information
sonburn committed Apr 11, 2019
1 parent 19d50b2 commit e299a77
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions Unused Style Remover.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,34 @@
"name" : "Unused Style Remover",
"shortcut" : "cmd option shift u",
"identifier" : "remover",
"icon": "icon.png",
"description" : "Remove unused layer and text styles.",
"icon" : "icon.png",
"script" : "script.js",
"handler" : "remover"
},
{
"name": "Report Issue",
"identifier": "report",
"icon": "icon.png",
"name" : "Report Issue",
"identifier" : "report",
"description" : "Report an issue with Unused Style Remover.",
"icon" : "icon.png",
"script" : "script.js",
"handler": "report"
"handler" : "report"
},
{
"name": "Other Plugins",
"identifier": "plugins",
"icon": "icon.png",
"name" : "Other Plugins",
"identifier" : "plugins",
"description" : "View all of Sonburn's plugins.",
"icon" : "icon.png",
"script" : "script.js",
"handler": "plugins"
"handler" : "plugins"
},
{
"name": "Donate",
"identifier": "donate",
"icon": "icon.png",
"name" : "Donate",
"identifier" : "donate",
"description" : "Donate to the development of Unused Style Remover.",
"icon" : "icon.png",
"script" : "script.js",
"handler": "donate"
"handler" : "donate"
}
],
"menu" : {
Expand Down

0 comments on commit e299a77

Please sign in to comment.