Custom Notification Firefox

Examine source code of Custom Notification

Inspect and view changes in Custom Notification source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom Notification",
  "version": "1.0",
  "description": "Addon hiển thị thông báo tùy chỉnh 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": "{63c5a0e3-b99d-4044-8645-b546d1076e3e}"
    }
  }
}

Best Custom Notification Alternatives

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