GitHub Notifications

GitHub Notifications

Read yours or your organization's GitHub's notifications easily !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GitHub Notifications",
  "description": "Read yours or your organization's GitHub's notifications easily !",
  "version": "1.2.0",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "19": "19.png",
      "38": "38.png"
    }
  },
  "author": "Rémi Delhaye (@RemiDelhaye)",
  "permissions": [
    "notifications",
    "storage",
    "background"
  ],
  "background": {
    "scripts": [
      "gitAPI/lib/underscore-min.js",
      "gitAPI/lib/base64.js",
      "gitAPI/github.js",
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "48.png"
  ]
}