Show Notification Firefox

Examine source code of Show Notification

Inspect and view changes in Show Notification source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Show Notification",
  "version": "1.0",
  "description": "Addon hiển thị thông báo trên trang web khi nhấp vào biểu tượng.",
  "permissions": [
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{73f0f059-543c-4a1f-9450-3a0cb1035c32}"
    }
  }
}

Best Show Notification Alternatives

Here are some Firefox add-ons that are similar to Show Notification: