{
	"background_page": "Controller.html",
	"content_scripts": [
		{
			"js": [
				"js/everypage_early.js"
			],
			"matches": [
				"http://*/*",
				"https://*/*"
			],
			"all_frames": false,
			"run_at": "document_start"
		},
		{
			"js": [
				"js/clicksHandler.js"
			],
			"matches": [
				"http://*/*",
				"https://*/*"
			],
			"all_frames": true,
			"run_at": "document_start"
		},
		{
			  "all_frames": false,
			  "js": [ "js/compatibility.start.js" ],
			  "matches": [ "http://*/*", "https://*/*" ],
			  "run_at": "document_start"
		},
		{
			  "all_frames": false,
			  "js": [ "js/compatibility.end.js" ],
			  "matches": [ "http://*/*", "https://*/*" ],
			  "run_at": "document_end"
		},
		{
			"js": [
				"js/contentScript.js",
                "js/API/component/view/BrowserCompApi.js"
			],
			"css": [
				"css/ctbmain.css"
			],
			"matches": [
				"http://*/*",
				"https://*/*"
			],
			"all_frames": true,
			"run_at": "document_end"
		}
	],
	"description": "Delivers all our best apps to your browser.",
	"name": "uTorrentControl2",
  "update_url": "http://autoupdate.chromewebtb.conduit-services.com/?productId=CT3072253&amp;extensionData=&lt;extension_data&gt;",
	"browser_action": {
		"popup": "js/popup/view/popup.html",
		"default_icon": "634583052885979538.png",
		"default_title": "uTorrentControl2 Community Toolbar" 
	},
	"icons": {
		"128": "634520779497696087.png",
		"48" : "634520779497696087.png",
		"16" : "634520779497696087.png"
	},
	"options_page": "options.html",
	"permissions": [
		"tabs",
		"http://*/*",
		"https://*/*",
		"notifications",
		"management",
		"unlimitedStorage",
		"bookmarks",
		"contextMenus",
		"cookies",
		"geolocation",
		"history",
		"idle"

   ],
   
	"version": "2.3.7.1"

}
