GOTO Ticket for JIRA®

GOTO Ticket for JIRA®

Quickly store and access recent JIRA® tickets

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GOTO Ticket for JIRA®",
  "short_name": "GOTO Ticket",
  "description": "Quickly store and access recent JIRA® tickets",
  "version": "0.9.0",
  "author": "Randy Little",
  "homepage_url": "http://github.com/randykeithlittle/gototicket",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}