Notification Attention Firefox

Examine source code of Notification Attention

Inspect and view changes in Notification Attention source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "@notification-attention",
      "strict_min_version": "63.0a1"
    }
  },
  "author": "Vladimir Panteleev",
  "version": "0.0.1",
  "icons": {
    "48": "images/Notification_Attention_Icon.svg",
    "96": "images/Notification_Attention_Icon.svg"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "permissions": [
    "storage",
    "management",
    "downloads",
    "menus",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "scripts/content-script.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}

Best Notification Attention Alternatives

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