Faxjar - Send a fax now (no ads or signups)

Faxjar - Send a fax now (no ads or signups)

Send a fax online right inside your web browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Faxjar - Send a fax now (no ads or signups)",
  "description": "Send a fax online right inside your web browser",
  "version": "2.1.5",
  "manifest_version": 2,
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_title": "faxjar",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "https://faxjar.com/"
  ]
}