GitLab Notify

GitLab 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


{
  "manifest_version": 3,
  "version": "2.2.0",
  "name": "GitLab Notify",
  "short_name": "GitLab Notify",
  "description": "Don't miss any GitLab merge requests or issues and rocket up your productivity.",
  "icons": {
    "48": "icon48.cda4501f.png",
    "96": "icon96.afedefe9.png",
    "128": "icon128.f4b2d122.png"
  },
  "background": {
    "service_worker": "background.2f09346e.js"
  },
  "options_ui": {
    "page": "options.c9dfe737.html"
  },
  "action": {
    "default_popup": "popup.c42fdb06.html"
  },
  "web_accessible_resources": [
    {
      "resources": [],
      "matches": [],
      "extension_ids": []
    }
  ],
  "permissions": [
    "storage",
    "alarms",
    "unlimitedStorage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}