Examine source code of Browserfax – Send Fax Online with Google Chrome™

Inspect and view changes in Browserfax – Send Fax Online with Google Chrome™ source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.1",
  "author": "Viktor Tasiev <support@browserfax.com>",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "offscreen",
    "tabs"
  ],
  "host_permissions": [
    "https://browserfax.com/*",
    "http://localhost:3000/*"
  ],
  "oauth2": {
    "client_id": "371545000237-opuaa3fqnboorlqj9mvr5emetovmplfj.apps.googleusercontent.com",
    "scopes": [
      "email",
      "profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlbiNxCQ5/zvoFzdfysWLji4PmLpGkYaFxDomJF0rFqhvO10F3pasaytHot4n3BbAMMIsfB5EzB9DSzZQ/Olq29J6eCGB9gmGwAea5vnTy2s5Roxuj2pNLQuTMJHqoiDSW6ZO96s3xn1Pu9VP05juLk5VBGm1D0dRxWS7ch3p+VIs/tVl8ZTyr1Wi5A4xaS8evC628ehgooGzXqRUqh5CulheIPdIhpLYzas/tLZjK6ZEVnChgigAEsyhJdNEZyVesVTHdctpV0mLd3tuvvd9+g8Xq+o074qbr8GeGP1pOmbPhFyoaHBG6KwLUFJM5ADKT4wZuD91ptWXdlJgxQORyQIDAQAB",
  "default_locale": "en"
}