aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/imagine/design/9-patch-export.sketchplugin/Contents/Sketch/manifest.json
blob: 40807aa3d5db5b98f64f507ac06dcd1932ee3a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name" : "9-patch export",
    "description" : "Crops upscaled 9-patch PNG assets when exported from Sketch.",
    "version" : "0.1",
    "identifier" : "org.qt-project.sketch.9-patch-export",
    "author" : "The Qt Project",
    "commands" : [
        {
            "name" : "9-patch export",
            "identifier" : "9-patch-export",
            "script" : "9-patch-export.js",
            "handlers" : {
                "actions" : {
                    "ExportSlices": "onExportSlices",
                },
            },
        },
    ],
}