Silktide Prospect

Silktide Prospect

Silktide Prospect analyses the online presence of a business to help identify sales opportunities.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Silktide Prospect",
  "version": "1.0.2",
  "manifest_version": 2,
  "description": "Silktide Prospect analyses the online presence of a business to help identify sales opportunities.",
  "browser_action": {
    "default_icon": "prospect-logo.png"
  },
  "background": {
    "scripts": [
      "/scripts/clickRedirect.js",
      "/scripts/initialInstall.js"
    ]
  },
  "permissions": [
    "tabs"
  ]
}