Notifications Me

Notifications Me

An extension that cycles through template types of notifications whenever the user interacts with one.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Notifications Me",
  "description": "An extension that cycles through template types of notifications whenever the user interacts with one.",
  "version": "1.4",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "notifications"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}