From 73d3581256f67c666c255ffcb7bfbcfc0da3c6c0 Mon Sep 17 00:00:00 2001
From: Toinane <toinane@crea-that.fr>
Date: Thu, 22 Feb 2018 17:35:10 +0100
Subject: [PATCH] feat(build): add snap

---
 colorpicker-build.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/colorpicker-build.json b/colorpicker-build.json
index 0c137545..0aaa9c42 100644
--- a/colorpicker-build.json
+++ b/colorpicker-build.json
@@ -27,6 +27,12 @@
     "synopsis": "Colorpicker App",
     "category": "Graphics"
   },
+  "snap": {
+    "plugs": [
+      "default",
+      "desktop"
+    ]
+  },
   "win": {
     "icon": "build/icon.ico"
   },