Git Notify

Git Notify

Don't miss any GitLab merge requests or issues and rocket up your productivity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.3.0",
  "name": "Git Notify",
  "short_name": "Git Notify",
  "description": "Don't miss any GitLab merge requests or issues and rocket up your productivity.",
  "icons": {
    "48": "icon-48.a1fd58fb.png",
    "96": "icon-96.af7701ec.png",
    "128": "icon-128.7923d2e7.png"
  },
  "background": {
    "service_worker": "background.0f1f3cd0.js"
  },
  "options_ui": {
    "page": "options.a3bb022a.html"
  },
  "action": {
    "default_popup": "popup.7a416105.html"
  },
  "web_accessible_resources": [
    {
      "resources": [],
      "matches": [],
      "extension_ids": []
    }
  ],
  "permissions": [
    "storage",
    "alarms",
    "unlimitedStorage"
  ]
}