Hatch Native Messenger Firefox

Examine source code of Hatch Native Messenger

Inspect and view changes in Hatch Native Messenger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Hatch Native Messenger",
  "version": "0.3.2",
  "manifest_version": 2,
  "description": "Relays messages to/from the Hatch native printing service for the Evergreen ILS web client.",
  "icons": {
    "48": "icon_48.png",
    "96": "icon_96.png",
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "extension.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/eg/staff/*",
        "https://*/eg2/*/staff/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "Hatch",
    "default_icon": {
      "48": "icon_48.png",
      "96": "icon_96.png",
      "128": "icon_128.png"
    }
  },
  "permissions": [
    "nativeMessaging"
  ],
  "applications": {
    "gecko": {
      "id": "hatch-native-messenger@evergreen-ils.org",
      "strict_min_version": "50.0"
    }
  },
  "minimum_chrome_version": "38"
}

Best Hatch Native Messenger Alternatives

Here are some Firefox add-ons that are similar to Hatch Native Messenger: