mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
feat(manifest): add icon
This commit is contained in:
parent
608345dc10
commit
c395a9b195
3 changed files with 7 additions and 0 deletions
BIN
src/assets/icons/Gitako-128x128.png
Normal file
BIN
src/assets/icons/Gitako-128x128.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
|
|
@ -3,6 +3,9 @@
|
|||
"name": "Gitako",
|
||||
"version": "0.1.0",
|
||||
"author": "EnixCoda",
|
||||
"icons": {
|
||||
"128": "icons/Gitako-128x128.png"
|
||||
},
|
||||
"description": "yet another GitHub extension.",
|
||||
"homepage_url": "https://github.com/EnixCoda/Gitako",
|
||||
"permissions": ["tabs", "storage", "*://github.com/*"],
|
||||
|
|
|
|||
|
|
@ -11,6 +11,10 @@ const plugins = [
|
|||
from: './src/manifest.json',
|
||||
to: 'manifest.json',
|
||||
},
|
||||
{
|
||||
from: './src/assets/icons/*',
|
||||
to: 'icons/[name].[ext]',
|
||||
},
|
||||
]),
|
||||
new webpack.SourceMapDevToolPlugin({}),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue