Accordion Nav for Google Analytics™

Accordion Nav for Google Analytics™

Creates an accordion-like menu functionality for Google Analytics™. Click to expand one section and the other sections collapse.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "matches": [
        "*://www.google.com/analytics/web/*"
      ],
      "js": [
        "jquery.1.9.1.js",
        "script.js"
      ]
    }
  ],
  "manifest_version": 2,
  "web_accessible_resources": [
    "jquery.min.map",
    "jquery.js"
  ],
  "description": "Creates an accordion-like menu functionality for Google Analytics™.  Click to expand one section and the other sections collapse.",
  "name": "Accordion Nav for Google Analytics™",
  "short_name": "GA Accordion Nav",
  "version": "1.3",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "homepage_url": "http://www.lunametrics.com/"
}