File tree Expand file tree Collapse file tree 5 files changed +70
-11
lines changed
Expand file tree Collapse file tree 5 files changed +70
-11
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,7 @@ features:
2525
26261 . clone/download this repo.
27272 . 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.
38296 . go to the chrome extensions manager (` chrome://extensions ` ).
39307 . turn on developer mode in the top right.
40318 . click "Load unpacked" in the top left.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments