mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-03-17 03:01:02 +00:00
Fix: update default_icon to object for MV3 schema
This commit is contained in:
@@ -25,7 +25,7 @@ export default defineConfig({
|
||||
...base,
|
||||
manifest_version: 3,
|
||||
action: {
|
||||
default_icon: "icon_500.png",
|
||||
default_icon: { "48": "icon_500.png" },
|
||||
default_title: "in\u00D8sight",
|
||||
default_popup: "index.html",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user