{
  "manifest_version": 3,
  "name": "Tibb Scribe Browser Extension",
  "version": "1.0",
  "description": "A Browser extension for our Tibb Scribe app. Built with React",
  "action": {
    "default_popup": "index.html",
    "default_icon": "favicon-tibb.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "microphone",
    "activeTab",
    "tabCapture",
    "identity",
    "https://*.google.com/*",
    "cookies"
  ],
  "oauth2": {
    "client_id": "908101435791-63a1ohfhfeb81aha3sqd22gejbkk94ms.apps.googleusercontent.com",
    "scopes": ["https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/userinfo.profile"]
  },
  "host_permissions": [
    "https://apis.google.com/*",
    "https://www.googleapis.com/*",
    "https://*.firebaseio.com/*",
    "https://www.gstatic.com/*",
    "http://localhost:3000/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; media-src 'self'; script-src-elem 'self' 'unsafe-eval' https://apis.google.com;",
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
  }
}
