Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seonWKim committed Sep 28, 2023
1 parent acf0806 commit f93b678
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@ and make one for ourselves.

## Build

- `npm run dev`: Build the source code into `./dist` continuously looking for changes
- `npm run dev`: Start dev server
- `npm run build`: Build the source code into `./dist` and continuously rebuild when changes occur

## Test
1. Run `npm run build` to build source code into `./dist`
2. Visit [chrome extensions page](chrome://extensions/)
3. Enable developer mode
4. Load unpacked extension(select `./dist` folder)
3 changes: 2 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"16": "static/image/favicon-16x16.png",
"32": "static/image/favicon-32x32.png",
"48": "static/image/favicon-48x48.png",
"64": "static/image/favicon-64x64.png"
"64": "static/image/favicon-64x64.png",
"128": "static/image/favicon-128x128.png"
},
"content_scripts": [
{
Expand Down
Binary file added public/static/image/favicon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f93b678

Please sign in to comment.