My Notification (alarm) Firefox

Examine source code of My Notification (alarm)

Inspect and view changes in My Notification (alarm) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Notify yourself of important events",
  "version": "1.0.2",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "My Notification",
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "My Notification",
    "default_icon": "icon-34.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "background"
  ]
}

Best My Notification (alarm) Alternatives

Here are some Firefox add-ons that are similar to My Notification (alarm):