{
	"name" : "daveFill",
	"version" : "1.1",
	"description" : "Auto fill forms the daveFill way!",
	"background" : {
		"scripts": ["background.js"],
		"persistent": false
	},
	"page_action" :
	{
		"default_icon" : "icon19.png",
		"default_title" : "daveFill the form!"
	},
	"permissions": [
		"declarativeContent",
		"activeTab"
	],
	"icons" : {
		"48" : "icon48.png",
		"128" : "icon128.png"
	},

	"manifest_version": 2
}
