mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Fix manifest.json for Edge (#1737)
* Fix manifest.json for Edge * Create unlucky-dots-hammer.md
This commit is contained in:
parent
f64cbda982
commit
e49708d831
5
.changeset/unlucky-dots-hammer.md
Normal file
5
.changeset/unlucky-dots-hammer.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'remotedev-redux-devtools-extension': patch
|
||||
---
|
||||
|
||||
Fix manifest.json for Edge
|
|
@ -28,8 +28,7 @@
|
|||
"128": "img/logo/128x128.png"
|
||||
},
|
||||
"options_ui": {
|
||||
"page": "options.html",
|
||||
"chrome_style": true
|
||||
"page": "options.html"
|
||||
},
|
||||
"background": {
|
||||
"service_worker": "background.bundle.js"
|
||||
|
|
Loading…
Reference in New Issue
Block a user