{
   "background": {
      "service_worker": "background.js"
   },
   "content_scripts": [ {
      "css": [ "content.css" ],
      "exclude_matches": [ "https://*.perplexity.ai/sidecar/*", "http://localhost:*/sidecar*" ],
      "js": [ "content.js" ],
      "matches": [ "\u003Call_urls>" ],
      "run_at": "document_start",
      "world": "ISOLATED"
   }, {
      "all_frames": true,
      "exclude_matches": [ "https://*.perplexity.ai/sidecar/*", "http://localhost:*/sidecar*" ],
      "js": [ "events.js" ],
      "matches": [ "\u003Call_urls>" ],
      "run_at": "document_start",
      "world": "ISOLATED"
   }, {
      "all_frames": true,
      "js": [ "google_docs_cs.js" ],
      "matches": [ "https://docs.google.com/document*" ],
      "run_at": "document_start"
   } ],
   "default_locale": "en",
   "description": "Comet Agent",
   "externally_connectable": {
      "matches": [ "https://perplexity.ai/*", "https://www.perplexity.ai/*", "https://testing.perplexity.ai/*", "https://staging.perplexity.ai/*", "https://*.preview.i.perplexity.ai/*", "https://perplexity.com/*", "https://www.perplexity.com/*", "https://testing.perplexity.com/*", "https://staging.perplexity.com/*", "https://*.preview.i.perplexity.com/*" ]
   },
   "host_permissions": [ "\u003Call_urls>" ],
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvADNUYEbk1+QVh4/IBQjooydDEAGyH1F0mvJeLOik2ZR/L/79io9STRdEHIskf0vzwE7bA/rPJvI/ZEDCV+GZC8OXdYs9QppTWJ63Ij/6FlvRx4tfUbtag+xu5Y0rm6zPMJdZMn8StTUhqa92J3R5TQnNMd6oCV5t7ckKxHGGGMs2tTuPDJ4UdOAtKD8cwZiXyLyk3MErJiUtY6NcjEN0TCqrsY74+80Xg5TcttK5RN5fJNUHDWlCISlwi0jXjm7uWhdAoCCodOyk41trSNWmURy0nm75tKq6U/2GymmpDmGhEaQcGyrnSrFIubrI2Vl04Y3DSAaDW/AnijE85KxYwIDAQAB",
   "manifest_version": 3,
   "name": "comet-agent",
   "permissions": [ "activeTab", "cookies", "scripting", "storage", "tabs", "debugger", "webNavigation", "webRequest", "sessions", "history", "offscreen", "file://*/", "declarativeNetRequestWithHostAccess", "clipboardWrite", "clipboardRead", "tabGroups", "downloads", "downloads.ui", "nativeMessaging" ],
   "storage": {
      "managed_schema": "managed_schema.json"
   },
   "update_url": "https://www.perplexity.ai/rest/browser/update-crx?channel=stable",
   "version": "0.0.195",
   "web_accessible_resources": [ {
      "matches": [ "https://docs.google.com/*" ],
      "resources": [ "google_docs_web.js" ]
   } ]
}
