Audio Voice Recorder

Audio Voice Recorder

Audio Voice Recorder is a free web app that lets you record your voice.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Audio Voice Recorder"
  },
  "description": "Audio Voice Recorder is a free web app that lets you record your voice.",
  "homepage_url": "https://audiovoicerecorder.com",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Audio Voice Recorder",
  "version": "1.2",
  "permissions": [
    "tabs"
  ]
}