{
	"name": "Catagolue Reloaded",
	"version": "3.0",
	"manifest_version": 2,

	"description": "Useful enhancements for Adam P. Goucher's Catagolue",
	"developer": {
		"name": "Apple Bottom",
		"url": "https://twitter.com/_AppleBottom_"
	},
	"icons": {
		"128": "catagolue2.0_128.png",
		"48": "catagolue2.0_48.png",
		"16": "catagolue2.0_16.png"
	},

	"content_scripts": [
		{
			"matches": ["*://catagolue.appspot.com/*"],
			"include_globs": ["*://catagolue.appspot.com/object/*"],
			"js": ["catagoluereloaded.js"]
		},
		{
			"matches": ["*://catagolue.appspot.com/*"],
			"include_globs": ["*://catagolue.appspot.com/census/*"],
			"js": ["symmetryinjector.js"]
		}

	]
}