Ordit Notification Extension Firefox

Examine source code of Ordit Notification Extension

By: Ordit
Inspect and view changes in Ordit Notification Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Ordit 2 notification extension",
  "version": "1.1resigned1",
  "description": "Plays sound when new notification arrives",
  "icons": {
    "64": "ordit_o_logo.png"
  },
  "browser_action": {
    "default_icon": "ordit_o_logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.ordit.hu/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "webRequest",
    "*://*.ordit.hu/*"
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{24b72975-f889-4bc0-abdf-9b5d926b59af}"
    }
  }
}

Best Ordit Notification Extension Alternatives

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