Voice Search

Voice Search

Search the web with your voice

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__",
  "homepage_url": "https://github.com/justiceo/audate",
  "version": "23.10.8",
  "manifest_version": 3,
  "default_locale": "en",
  "author": "Justice Ogbonna",
  "short_name": "Audate",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "assets/images/logo-16x16.png",
      "24": "assets/images/logo-24x24.png",
      "32": "assets/images/logo-32x32.png"
    },
    "default_title": "Audate",
    "default_popup": "index.html#popup"
  },
  "icons": {
    "16": "assets/images/logo-16x16.png",
    "32": "assets/images/logo-32x32.png",
    "48": "assets/images/logo-48x48.png",
    "128": "assets/images/logo-128x128.png"
  },
  "background": {
    "service_worker": "service-worker.js"
  }
}