diff --git a/manifest.json b/manifest.json index 922ef1e..a0246f5 100755 --- a/manifest.json +++ b/manifest.json @@ -8,10 +8,11 @@ "name": "OneClick - Torrent Easier", "permissions": ["tabs", "webRequest", "webRequestBlocking", "http://*/*"], "update_url": "http://torque.bittorrent.com/oneclick/oneclick.xml", + "manifest_version": 2, "version": "1.2", "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'", "plugins": [ { "path": "plugins/npTorqueChrome.dll" }, { "path": "plugins/TorqueChrome.plugin" } ] -} \ No newline at end of file +}