diff --git a/manifest.json b/manifest.json index 1b2dbe8..a58822b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,8 @@ { "author": "TrackMeNot", "background": { - "page": "background.html" + "persistent": true, + "scripts": [ "trackmenot.js" ] }, "browser_action": { "default_icon": "tmn.png",