Skip to content

Commit 3ac1c1a

Browse files
committed
Update docs
1 parent 9703470 commit 3ac1c1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ I hope to be able to scaffold an app so that identifying the below in unnecessar
1919
|- src/
2020
|- assets/
2121
|- Static assets in use in your app, like logo.png
22+
|- content_scripts
23+
|- content-script.js
2224
|- icons/
2325
|- Icons for your extension. Should include a 16, 19, 38, 48, 128 px square image
2426
|- options/ (asked during project generation)
@@ -50,7 +52,6 @@ I hope to be able to scaffold an app so that identifying the below in unnecessar
5052
|- mutation-types.js
5153
|- mutations.js
5254
|- background.js
53-
|- content-script.js
5455
|- manifest.json
5556
```
5657

0 commit comments

Comments
 (0)