Skip to content

Commit 5005c72

Browse files
committed
アイコンを追加
1 parent 08fb9a6 commit 5005c72

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

icon.png

15.1 KB
Loading

manifest.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ export const manifest = defineManifest((env) => ({
88
name: env.mode === 'production' ? extensionName : `[dev] ${extensionName}`,
99
description: 'Some useful utilities for NAI.',
1010
version: pkg.version,
11+
icons: {
12+
'128': 'icon.png',
13+
},
1114
action: {
1215
default_popup: 'index.html',
16+
default_icon: {
17+
'128': 'icon.png',
18+
},
1319
},
1420
content_scripts: [
1521
{

0 commit comments

Comments
 (0)