Aidentified Sidecar

Aidentified Sidecar

Prospecting on the go - discover the fastest path to your next opportunity

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Aidentified Sidecar",
  "name": "Aidentified Sidecar",
  "version": "1.7.0",
  "manifest_version": 3,
  "description": "Prospecting on the go - discover the fastest path to your next opportunity",
  "action": {},
  "externally_connectable": {
    "matches": [
      "https://*.aidentified.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/static/css/content.css",
        "/static/media/*",
        "/assets/*"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "16": "assets/icon_16.png",
    "32": "assets/icon_32.png",
    "48": "assets/icon_48.png",
    "64": "assets/icon_64.png",
    "128": "assets/icon_128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "css": [
        "/static/css/app.css"
      ],
      "js": [
        "/static/js/content.js"
      ],
      "exclude_matches": [
        "https://mail.google.com/*",
        "https://calendar.google.com/*",
        "https://meet.google.com/*",
        "https://apps.google.com/meet/*",
        "*://*.addepar.com/*",
        "https://connect.nml.com/*",
        "https://nmsocialmediaportal.sprinklr.com/*",
        "https://voice.google.com/*",
        "https://www.mymidlandmortgage.com/*",
        "https://srt.ips.aws.nml.com/*",
        "https://ecpsst.hubui.aws.nml.com/*",
        "https://wspawsinsprdrs.nm.nmfco.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "app/background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self';  object-src 'self'"
  }
}