CocoFax - Send & Receive Fax (Free Trial)

CocoFax - Send & Receive Fax (Free Trial)

CocoFax enables you to send fax online from computer, cell phone, email(Gmail), Google Drive, Docs, Sheets, etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "19.png",
    "default_title": "__MSG_appName__"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "homepage_url": "https://cocofax.com",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "omnibox": {
    "keyword": "cocofax"
  },
  "permissions": [
    "contextMenus"
  ],
  "version": "1.0.3",
  "background": {
    "scripts": [
      "onopen.js"
    ]
  }
}