Skip to content

Commit

Permalink
Fix loading unpacked extension (broken since deletion of background.h…
Browse files Browse the repository at this point in the history
…tml)

"trackmenot.js" specified directly in manifest instead of putting it in
background.html
  • Loading branch information
Vasily Galkin committed Sep 27, 2019
1 parent 04064aa commit 794cdd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"author": "TrackMeNot",
"background": {
"page": "background.html"
"persistent": false,
"scripts": [ "trackmenot.js" ]
},
"browser_action": {
"default_icon": "tmn.png",
Expand Down

0 comments on commit 794cdd5

Please sign in to comment.