1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Make popup a type Edge supports

This commit is contained in:
Dan Finlay 2016-08-29 17:33:35 -07:00
parent 1b617402ec
commit 742a0e0dfe

View File

@ -14,9 +14,10 @@ function show () {
return extension.windows.update(popup.id, { focused: true })
}
extension.windows.create({
url: 'notification.html',
type: 'detached_panel',
type: 'popup',
focused: true,
width: 360,
height: 500,