No Native Notifications

No Native Notifications

Disables native desktop notifications, and use the XUL-based notifications instead. The published version only works for macOS. Read the add-on description for Linux and/or other Firefox versions!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "No Native Notifications",
  "author": "Rob Wu",
  "homepage_url": "https://github.com/Rob--W/nnnotifier",
  "version": "0.3resigned1",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "notifications"
  ],
  "options_ui": {
    "page": "no-native-notifications.html"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0a1"
    }
  }
}