Qwilr Sherlock - Email Finder

Qwilr Sherlock - Email Finder

Find an email almost anyone and produce a proposal, in under a minute.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Qwilr Sherlock - Email Finder",
  "description": "Find an email almost anyone and produce a proposal, in under a minute.",
  "version": "1.2",
  "icons": {
    "16": "Assets/icon-16.png",
    "48": "Assets/icon-48.png",
    "128": "Assets/icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "Assets/icon-16.png",
      "48": "Assets/icon-48.png"
    },
    "default_title": "Qwilr Sherlock",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' https://use.typekit.net http://localhost:8080; object-src 'self'",
  "web_accessible_resources": [
    "index.html"
  ],
  "permissions": [
    "*://localhost/*",
    "*://use.typekit.net/*",
    "webRequest",
    "webRequestBlocking"
  ]
}