WiseFax

WiseFax

WiseFax enables you to send fax from Chrome to any fax number in the world.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WiseFax",
  "short_name": "WiseFax",
  "description": "WiseFax enables you to send fax from Chrome to any fax number in the world.",
  "version": "1.5",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "action": {
    "default_title": "WiseFax",
    "default_icon": "icon.png"
  },
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "onopen.js"
  }
}