Skip to content

Commit 214f3e0

Browse files
committed
add icon
1 parent 9875b77 commit 214f3e0

File tree

5 files changed

+70
-11
lines changed

5 files changed

+70
-11
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,7 @@ features:
2525

2626
1. clone/download this repo.
2727
2. run `npm i` (you must have node.js).
28-
3. run `npm run build`. you should see it create a `dist` folder.
29-
4. open the `manifest.json` file in `dist`.
30-
5. delete these 3 lines from `manifest.json`:
31-
32-
```json
33-
"chrome_settings_overrides": {
34-
"homepage": "index.html"
35-
},
36-
```
37-
28+
3. run `npm run build:chrome`. you should see it create a `dist` folder.
3829
6. go to the chrome extensions manager (`chrome://extensions`).
3930
7. turn on developer mode in the top right.
4031
8. click "Load unpacked" in the top left.

files/drawing.png

16.6 KB
Loading

files/drawing.svg

Lines changed: 63 additions & 0 deletions
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
5+
<link rel="icon" type="image/svg+xml" href="/drawing.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>~</title>
88
<script>

public/icon.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)