From f8eef250725a7824faa0d2997f083711437c978c Mon Sep 17 00:00:00 2001 From: slapsmack Date: Sun, 4 Jan 2015 13:32:19 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}