GH Notifier

GH Notifier

Shows a notification after specific interval set by the user as a reminder

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "GH Notifier",
  "description": "Shows a notification after specific interval set by the user as a reminder",
  "version": "1.0",
  "manifest_version": 3,
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "GH Notifier",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}