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:
@@ -8,7 +8,7 @@ export default defineConfig({
|
|||||||
outDir: `dist/${target}`,
|
outDir: `dist/${target}`,
|
||||||
emptyOutDir: true,
|
emptyOutDir: true,
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins:[
|
||||||
webExtension({
|
webExtension({
|
||||||
manifest: () => {
|
manifest: () => {
|
||||||
const base = {
|
const base = {
|
||||||
@@ -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",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user