Jira Timesheet for Google Chrome

Jira Timesheet for Google Chrome

Gets the worklogs from the project, filter and group them by user and generate a weekly report.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Jira Timesheet for Google Chrome",
  "short_name": "Jira-TimeSheet",
  "description": "Gets the worklogs from the project, filter and group them by user and generate a weekly report.",
  "version": "0.4",
  "permissions": [
    "http://*/",
    "https://*/",
    "storage"
  ],
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_title": "Jira Timesheet",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}