Unverified Commit 79445476 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2229 from ethereum/yann300-patch-61-1

use https for 3box plugin
parents ad8da943 3a3c4d9a
...@@ -163,7 +163,7 @@ export class RemixAppManager extends PluginEngine { ...@@ -163,7 +163,7 @@ export class RemixAppManager extends PluginEngine {
methods: ['isEnabled', 'openSpace', 'getValue', 'setValue'], methods: ['isEnabled', 'openSpace', 'getValue', 'setValue'],
events: [], events: [],
version: '0.1.0-beta', version: '0.1.0-beta',
url: 'http://remix-3box.surge.sh', url: 'https://remix-3box.surge.sh',
icon: 'https://raw.githubusercontent.com/3box/3box-dapp/master/public/3Box3.png', icon: 'https://raw.githubusercontent.com/3box/3box-dapp/master/public/3Box3.png',
location: 'sidePanel' location: 'sidePanel'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment