GoToBoardAndJiraNotification

GoToBoardAndJiraNotification

Go, tab, write and Go or search and get jira notification

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GoToBoardAndJiraNotification",
  "description": "Go, tab, write and Go or search and get jira notification",
  "version": "2.2.2",
  "version_name": "2.2.2",
  "omnibox": {
    "keyword": "go"
  },
  "default_locale": "en",
  "icons": {
    "16": "images/small.png",
    "48": "images/medium.png",
    "128": "images/large.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "images/favicon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "*://*/*",
    "webRequestBlocking",
    "webRequest",
    "notifications"
  ]
}