Examine source code of JIRA Notifier

Inspect and view changes in JIRA Notifier source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "default_title": "JIRA Notifier"
  },
  "description": "Allows you to receive notifications from your JIRA® activity stream and follow issues from projects.",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjffcPXP+TGmRFQrkUZQPeiH6v3i07w6/ep+3GGujaOgvcxGBb/dAVEiBIppGTNqgxs/IvLYSpx8oTCJ0fXkncQieUK3q7ur6tYLv+TODz6TV4h+oxPl1ojzU4/xqi7hpr7Himl8AJfUTJMmUmr0z1cgr6nGXFY1XxCJ6S/7Ydfjf4ZUcTZOmfG7lm+j/csVtgIAFoCyHhcYiSFYi84A+eQuybB359VR4h/584raPN/nqgQl47uNq2noznn4FlVUKcUd8y+Jt+WktnQDvafvgZ1wucUZv5vyShcKk2GW0ihhCa6Po2KqJ5HA7L45rBCbGNt9MhEdWY98ifPFUtp7JlwIDAQAB",
  "manifest_version": 2,
  "name": "JIRA Notifier",
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "notifications",
    "alarms",
    "http://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.1.1"
}