{
  "manifest_version": 2,
  "name": "Clarity Developer Tools",
  "description": "Get insights about how customers use your website.",
  "version": "0.5.9",
  "version_name": "0.5.9",  
  "minimum_chrome_version": "50",
  "devtools_page": "devtools.html",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Clarity Developer Tools",
    "default_popup": "popup.html"
  },
  "content_scripts": [{
    "matches": ["http://*/*", "https://*/*"],
    "js": ["content.js"]
  }],
  "background": {
    "scripts": ["background.js"],
    "persistent": false
  },
  "permissions": ["http://*/*", "https://*/*", "storage", "tabs"]
}
