From 193b4fc39bff7b9516f454eddf1fec251014de2b Mon Sep 17 00:00:00 2001 From: Grandschtroumpf Date: Fri, 26 Jul 2019 14:43:49 +0200 Subject: [PATCH] standard --- src/remixAppManager.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/remixAppManager.js b/src/remixAppManager.js index 04663aba36..3f5fb1a0a0 100644 --- a/src/remixAppManager.js +++ b/src/remixAppManager.js @@ -158,12 +158,12 @@ export class RemixAppManager extends PluginEngine { location: 'sidePanel' } const threeBox = { - name: "3box", - displayName: "3Box Spaces Plugin", - methods: ["isEnabled", "openSpace", "getValue", "setValue"], + name: '3box', + displayName: '3Box Spaces Plugin', + methods: ['isEnabled', 'openSpace', 'getValue', 'setValue'], events: [], - url: "http://remix-3box.surge.sh", - icon: "https://raw.githubusercontent.com/3box/3box-dapp/master/public/3Box3.png", + url: 'http://remix-3box.surge.sh', + icon: 'https://raw.githubusercontent.com/3box/3box-dapp/master/public/3Box3.png', location: 'sidePanel' } return [ @@ -173,7 +173,7 @@ export class RemixAppManager extends PluginEngine { new IframePlugin(ethdoc), new IframePlugin(mythx), new IframePlugin(provable), - new IframePlugin(threeBox), + new IframePlugin(threeBox) ] } }