Vizanda for Google Analytics

Vizanda for Google Analytics

Answers "Why?" in Google Analytics

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Vizanda for Google Analytics",
  "short_name": "vizanda-ga",
  "description": "Answers \"Why?\" in Google Analytics",
  "version": "1.0.8",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://www.googletagmanager.com https://www.google-analytics.com https://static.vizanda.com; object-src 'self'",
  "browser_action": {
    "default_title": "Open Google Analytics",
    "default_icon": "icon_128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "https://analytics.google.com/*",
    "webNavigation"
  ]
}