Hi Kelude

Hi Kelude

Shotcut for opening a bug by bug id. 2013.10.29

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hi Kelude",
  "description": "Shotcut for opening a bug by bug id. 2013.10.29",
  "icons": {
    "16": "logo.png",
    "48": "logo128.png",
    "128": "logo.png"
  },
  "version": "2.3",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "options.html",
  "browser_action": {
    "icons": [
      "logo.png"
    ],
    "default_icon": "logo.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "notifications"
  ]
}