{
  "manifest_version": 3,
  "name": "blueButler Dictate",
  "version": "1.2",
  "description": "Professional Dictation for AMS 360",
  "action": {
    "default_title": "Open blueButler"
  },
  "side_panel": {
    "default_path": "index.html"
  },
  "permissions": ["sidePanel"],
  "icons": {
    "512": "icon.png"
  },
  "host_permissions": [
	"https://storage.googleapis.com/*"
  ]  
}