|
2 | 2 | "name" : "Symbol Instance Renamer",
|
3 | 3 | "description" : "Rename symbol instances to the name of their master.",
|
4 | 4 | "author" : "Jason Burns",
|
5 |
| - "homepage": "https://github.com/sonburn/symbol-instance-renamer", |
| 5 | + "homepage" : "https://github.com/sonburn/symbol-instance-renamer", |
6 | 6 | "version" : "2.8",
|
7 | 7 | "identifier" : "com.sonburn.sketchplugins.symbol-instance-renamer",
|
8 | 8 | "appcast" : "https://raw.githubusercontent.com/sonburn/symbol-instance-renamer/master/appcast.xml",
|
|
12 | 12 | "name" : "Rename All Instances on All Pages",
|
13 | 13 | "shortcut" : "cmd option shift d",
|
14 | 14 | "identifier" : "renameEverything",
|
15 |
| - "icon": "icon.png", |
16 | 15 | "description" : "Rename all symbol instances on all pages to the name of their master.",
|
| 16 | + "icon" : "icon.png", |
17 | 17 | "script" : "script.js",
|
18 | 18 | "handler" : "renameEverything"
|
19 | 19 | },
|
20 | 20 | {
|
21 | 21 | "name" : "Rename All Instances on All Pages (Except Symbols Page)",
|
22 | 22 | "shortcut" : "cmd option shift x",
|
23 | 23 | "identifier" : "renamePages",
|
24 |
| - "icon": "icon.png", |
25 | 24 | "description" : "Rename all symbol instances on all pages, except the Symbols page, to the name of their master.",
|
| 25 | + "icon" : "icon.png", |
26 | 26 | "script" : "script.js",
|
27 | 27 | "handler" : "renamePages"
|
28 | 28 | },
|
29 | 29 | {
|
30 | 30 | "name" : "Rename All Instances on Current Page",
|
31 | 31 | "shortcut" : "cmd option shift p",
|
32 | 32 | "identifier" : "renamePage",
|
33 |
| - "icon": "icon.png", |
34 | 33 | "description" : "Rename all symbol instances on current page to the name of their master.",
|
| 34 | + "icon" : "icon.png", |
35 | 35 | "script" : "script.js",
|
36 | 36 | "handler" : "renamePage"
|
37 | 37 | },
|
38 | 38 | {
|
39 | 39 | "name" : "Rename All Instances in Selected Artboard(s)",
|
40 | 40 | "shortcut" : "cmd option shift a",
|
41 | 41 | "identifier" : "renameArtboard",
|
42 |
| - "icon": "icon.png", |
43 | 42 | "description" : "Rename all symbol instances in selected artboards to the name of their master.",
|
| 43 | + "icon" : "icon.png", |
44 | 44 | "script" : "script.js",
|
45 | 45 | "handler" : "renameArtboard"
|
46 | 46 | },
|
47 | 47 | {
|
48 | 48 | "name" : "Rename All Instances of Selected Symbol(s)",
|
49 | 49 | "shortcut" : "cmd option shift m",
|
50 | 50 | "identifier" : "renameSymbol",
|
51 |
| - "icon": "icon.png", |
52 | 51 | "description" : "Rename all instances of the selected symbols to the name of their master.",
|
| 52 | + "icon" : "icon.png", |
53 | 53 | "script" : "script.js",
|
54 | 54 | "handler" : "renameSymbol"
|
55 | 55 | },
|
56 | 56 | {
|
57 | 57 | "name" : "Rename Selected Instance(s)",
|
58 | 58 | "shortcut" : "cmd option shift s",
|
59 | 59 | "identifier" : "renameSelected",
|
60 |
| - "icon": "icon.png", |
61 | 60 | "description" : "Rename selected symbol instances to the name of their master.",
|
| 61 | + "icon" : "icon.png", |
62 | 62 | "script" : "script.js",
|
63 | 63 | "handler" : "renameSelected"
|
64 | 64 | },
|
65 | 65 | {
|
66 | 66 | "name" : "Rename Selected Instance(s) with Options…",
|
67 | 67 | "identifier" : "renameSelectedOptions",
|
68 |
| - "icon": "icon.png", |
69 | 68 | "description" : "Rename instances with additional options.",
|
| 69 | + "icon" : "icon.png", |
70 | 70 | "script" : "script.js",
|
71 | 71 | "handler" : "renameSelectedOptions"
|
72 | 72 | },
|
73 | 73 | {
|
74 |
| - "name": "Report Issue", |
75 |
| - "identifier": "report", |
76 |
| - "icon": "icon.png", |
| 74 | + "name" : "Report Issue", |
| 75 | + "identifier" : "report", |
| 76 | + "description" : "Report an issue with Symbol Instance Renamer.", |
| 77 | + "icon" : "icon.png", |
77 | 78 | "script" : "script.js",
|
78 |
| - "handler": "report" |
| 79 | + "handler" : "report" |
79 | 80 | },
|
80 | 81 | {
|
81 |
| - "name": "Other Plugins", |
82 |
| - "identifier": "plugins", |
83 |
| - "icon": "icon.png", |
| 82 | + "name" : "Other Plugins", |
| 83 | + "identifier" : "plugins", |
| 84 | + "description" : "View all of Sonburn's plugins.", |
| 85 | + "icon" : "icon.png", |
84 | 86 | "script" : "script.js",
|
85 |
| - "handler": "plugins" |
| 87 | + "handler" : "plugins" |
86 | 88 | },
|
87 | 89 | {
|
88 |
| - "name": "Donate", |
89 |
| - "identifier": "donate", |
90 |
| - "icon": "icon.png", |
| 90 | + "name" : "Donate", |
| 91 | + "identifier" : "donate", |
| 92 | + "description" : "Donate to the development of Symbol Instance Renamer.", |
| 93 | + "icon" : "icon.png", |
91 | 94 | "script" : "script.js",
|
92 |
| - "handler": "donate" |
| 95 | + "handler" : "donate" |
93 | 96 | }
|
94 | 97 | ],
|
95 | 98 | "menu" : {
|
|
0 commit comments