Voice Notes

Voice Notes

Quickly record voice note

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.0.1",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png"
  },
  "action": {
    "default_icon": "icons/icon64.png",
    "default_popup": "ui/popup.html",
    "default_title": "__MSG_appName__"
  },
  "background": {
    "service_worker": "scripts/background.js"
  },
  "options_page": "ui/options.html",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+W"
      }
    }
  },
  "homepage_url": "https://voice-notes.freespeedcheck.net/"
}