Velocity

Velocity

Easy, powerful Asana reports, dashboards, and analytics

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Velocity",
  "short_name": "Velocity",
  "version": "1.1.0",
  "manifest_version": 2,
  "description": "Easy, powerful Asana reports, dashboards, and analytics",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "homepage_url": "https://www.getvelocity.co/extensions/chrome",
  "browser_action": {
    "default_title": "Velocity",
    "default_icon": "img/icon.png"
  },
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://app.asana.com/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://www.getvelocity.co/*"
    ]
  },
  "permissions": [
    "http://app.asana.com/",
    "https://app.asana.com/"
  ],
  "web_accessible_resources": [
    "img/*",
    "js/vendor/jquery-2.0.3.min.js",
    "frame.html",
    "frame_loading.html"
  ]
}