VSTS Timesheet Assistant

VSTS Timesheet Assistant

Assists with filling in your timesheets by instantly providing information on what cards you have changed and app pull requests made

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "VSTS Timesheet Assistant",
  "description": "Assists with filling in your timesheets by instantly providing information on what cards you have changed and app pull requests made",
  "short_name": "VSTS Timesheet Assistant",
  "version": "0.2",
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "images/logo.png"
  },
  "permissions": [
    "debugger",
    "storage",
    "https://*/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'"
}