Skip to content

Commit 245b6f4

Browse files
authored
Merge pull request #7 from Kocal/fix/remove-duplicate-background-key-in-manifest-json
fix: remove duplicated « background » key in « manifest.json »
2 parents 9e6f557 + 255f4d1 commit 245b6f4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

generator/template/src/manifest.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,5 @@
2121
"38": "icons/38.png"
2222
},
2323
"default_popup": "popup/popup.html"
24-
},
25-
"background": {
26-
"scripts": [
27-
"background.js"
28-
]
2924
}
3025
}

0 commit comments

Comments
 (0)