Fix: update default_icon to object for MV3 schema

This commit is contained in:
2026-03-10 18:20:47 -07:00
parent fb0af7e9e9
commit 1be0573435

View File

@@ -25,7 +25,7 @@ export default defineConfig({
...base, ...base,
manifest_version: 3, manifest_version: 3,
action: { action: {
default_icon: "icon_500.png", default_icon: { "48": "icon_500.png" },
default_title: "in\u00D8sight", default_title: "in\u00D8sight",
default_popup: "index.html", default_popup: "index.html",
}, },