AudD® Music Recognition

AudD® Music Recognition

Recognize any music from any website in your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "short_name": "AudD",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "author": "[email protected]",
  "version": "3.1.0",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "img/favicon.png",
    "default_popup": "src/popup/popup.html",
    "default_title": "AudD"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "oauth2": {
    "client_id": "875741845768-1jga752cov9r774giitn0hbeom6hkh19.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/chromewebstore.readonly",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "icons": {
    "128": "img/favicon-128.png"
  },
  "permissions": [
    "identity",
    "identity.email",
    "storage",
    "unlimitedStorage",
    "background",
    "activeTab",
    "tabCapture",
    "notifications"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}