mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-03-16 18:51:02 +00:00
Fix: update default_icon to object for MV3 schema
This commit is contained in:
@@ -8,7 +8,7 @@ export default defineConfig({
|
||||
outDir: `dist/${target}`,
|
||||
emptyOutDir: true,
|
||||
},
|
||||
plugins: [
|
||||
plugins:[
|
||||
webExtension({
|
||||
manifest: () => {
|
||||
const base = {
|
||||
@@ -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