Skip to content

Commit 77cc609

Browse files
committed
feat: add newtab override and background to manifest.json template
1 parent 97f71fe commit 77cc609

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/react-scripts/template/public/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "Fun!",
55

66
"chrome_url_overrides": {
7+
"newtab": "index.html"
8+
},
9+
"background": {
10+
"scripts": ["static/js/background.bundle.js"],
11+
"persistent": false
712
},
813
"permissions": [
914
],

0 commit comments

Comments
 (0)