-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a18f5ce
commit 76f2ce6
Showing
5 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"itemName" : "killswitch", | ||
"versionID" : "1.1.0", | ||
"downloadURL" : "https://cdn.jsdelivr.net/gh/madebysnacks/killswitch@master/killswitch.sketchplugin.zip", | ||
"downloadFileSize" : 24042, | ||
"creationDate" : "Wed, 02 Oct 2024 19:44:00 +0000" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/sketch-hq/SketchAPI/develop/docs/sketch-plugin-manifest-schema.json", | ||
"name": "Kill Switch", | ||
"description": "A simple plugin to kill all overrides of selected Symbols", | ||
"identifier": "com.madebysnacks.killswitch", | ||
"appcast": "https://cdn.jsdelivr.net/gh/madebysnacks/killswitch@master/appcast.json", | ||
"homepage": "https://github.com/madebysnacks/killswitch", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"name": "Kill Switch", | ||
"description": "A simple Sketch plugin for disabling Symbol overrides.", | ||
"author": "Snacks", | ||
"authorEmail": "[email protected]", | ||
"icon": "icon.png", | ||
"commands": [ | ||
{ | ||
"name": "Kill Overrides", | ||
"name": "kill", | ||
"identifier": "killswitch.kill", | ||
"script": "./script.js" | ||
} | ||
], | ||
"menu": { | ||
"title": "Kill Switch", | ||
"title": "killswitch", | ||
"items": [ | ||
"killswitch.kill" | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters