Skip to content

Commit e49708d

Browse files
authored
Fix manifest.json for Edge (#1737)
* Fix manifest.json for Edge * Create unlucky-dots-hammer.md
1 parent f64cbda commit e49708d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/unlucky-dots-hammer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'remotedev-redux-devtools-extension': patch
3+
---
4+
5+
Fix manifest.json for Edge

extension/edge/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"128": "img/logo/128x128.png"
2929
},
3030
"options_ui": {
31-
"page": "options.html",
32-
"chrome_style": true
31+
"page": "options.html"
3332
},
3433
"background": {
3534
"service_worker": "background.bundle.js"

0 commit comments

Comments
 (0)