Audio & Voice Recorder

Audio & Voice Recorder

Online voice recorder app helps you to record audio, voice or any sound in high-quality in 1 click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.1.1",
  "manifest_version": 3,
  "options_page": "options.html",
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "tabCapture",
    "downloads"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "action": {
    "default_popup": "src/pages/popup/index.html"
  },
  "icons": {
    "128": "icon_128.png"
  }
}