{
	"manifest_version": 2,
	"name": "Popup Inject Alert Demo",
	"version": "1.2",
	"description": "Extension with popup button that alerts in active tab.",
	"browser_action": {
		"default_title": "Click Me",
		"default_popup": "popup.html"
	},
	"background": {
		"scripts": ["background.js"]
	},
	"options_ui": {
		"page": "options.html",
		"open_in_tab": false
	},
	"permissions": ["tabs", "activeTab"]
}
