{
	"name": "Provider Finder",
	"description": "Kelley Blue Book Digital Services website provider finder!",
	"version": "0.0.1.2",
	"manifest_version": 3,
	"icons": {
			"16": "16x16.png",
			"32": "32x32.png",
		    "48": "48x48.png",
			"128": "128x128.png"
	},
	"action": {
		"default_title": "Click to find provider!",
		"default_icon": {
			"16": "16x16.png",
			"32": "32x32.png",
		    "48": "48x48.png",
			"128": "128x128.png"
		}
	},
	"permissions": ["storage", "activeTab", "scripting", "contextMenus"],
	"background": {
		"service_worker": "background.js"
	},
	"commands": {
		"_execute_action": {
			"suggested_key": {
				"default": "Ctrl+Shift+F",
				"mac": "MacCtrl+Shift+F"
			},
			"description": "Provider Finder"
		}
  },
	"options_page": "options.html"
}