Tanuki Notifier for Google Chrome™

Tanuki Notifier for Google Chrome™

Notify GitLab events (Commit, Issue, MergeRequest and Milestone)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tanuki Notifier for Google Chrome™",
  "description": "Notify GitLab events (Commit, Issue, MergeRequest and Milestone)",
  "version": "3.0.0",
  "icons": {
    "16": "img/logo_16.png",
    "48": "img/logo_48.png",
    "128": "img/logo_128.png"
  },
  "permissions": [
    "background",
    "notifications",
    "http://*/",
    "https://*/"
  ],
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/logo_128.png",
    "default_popup": "popup.html"
  }
}