Async: voice notes for Gmail and Chrome

Async: voice notes for Gmail and Chrome

Add voice notes to your emails and your work apps.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "minimum_chrome_version": "100",
  "name": "Async: voice notes for Gmail and Chrome",
  "version": "0.4",
  "description": "Add voice notes to your emails and your work apps.",
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.contentScript.tsx-330c075c-6ec7ed81.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "css": [
        "assets/app-65af3424.css",
        "assets/index-782ce610.css",
        "assets/index-2a7cbb8d.css",
        "assets/contentScript-3c02f2ed.css"
      ]
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_icon": "images/[email protected]",
    "default_popup": "popup.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "host_permissions": [
    "https://api.async.com/*"
  ],
  "permissions": [
    "storage",
    "clipboardWrite",
    "cookies"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "fonts/*",
        "images/*",
        "audioRecorderFrame.html",
        "welcome.html",
        "audioPlayerFrame.html",
        "contactsFormFrame.html",
        "src/pages/audioRecorderFrame.tsx",
        "src/pages/welcomePage.tsx",
        "recorder/encoderWorker.umd.js",
        "recorder/OggOpusEncoder.wasm",
        "recorder/audioGainProcessor.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/client-eafdc3b7.js",
        "assets/app-060b0d5d.js",
        "assets/urlUtils-7faf83df.js",
        "assets/events-5972c027.js",
        "assets/fontUtils-e5cecc8e.js",
        "assets/index-f3a29226.js",
        "assets/index-e2c98ffd.js",
        "assets/types-68ccee38.js",
        "assets/formatUtils-fb6db634.js",
        "assets/contentScript.tsx-330c075c.js"
      ],
      "use_dynamic_url": true
    }
  ]
}