{
	"manifest_version": 2,
	"name": "Clockwork",
	"version": "3.1",

	"description": "php dev tools integrated to your browser",
	"homepage_url": "https://github.com/itsgoingd/clockwork-chrome",

	"icons": {
		"48": "assets/images/logo-48x48.png",
		"128": "assets/images/logo-128x128.png"
	},

	"devtools_page": "devtools.html",

	"background": {
		"scripts": [ "assets/javascripts/chrome/background.js" ]
	},

	"incognito": "split",

	"permissions": [
		"cookies",
		"tabs",
		"webNavigation",
		"webRequest",
		"http://*/",
		"https://*/"
	]
}
