GLPI Ticket Notifier Firefox

Examine source code of GLPI Ticket Notifier

Inspect and view changes in GLPI Ticket Notifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GLPI Ticket Notifier",
  "version": "1.1.0",
  "description": "Receba notificações de novos tickets do GLPI em tempo real",
  "permissions": [
    "notifications",
    "storage",
    "alarms"
  ],
  "optional_permissions": [
    "offscreen"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_page": "options.html",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "glpi-notifier@extension",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best GLPI Ticket Notifier Alternatives

Here are some Firefox add-ons that are similar to GLPI Ticket Notifier: