Name to Email by Onmee

Name to Email by Onmee

NameToEmail will suggest you several possible versions of that person's email

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Name to Email by Onmee",
  "version": "1.1",
  "manifest_version": 2,
  "description": "NameToEmail will suggest you several possible versions of that person's email",
  "homepage_url": "http://onmee.site",
  "icons": {
    "48": "static/icons/48x48.png",
    "128": "static/icons/128x128.png"
  },
  "background": {
    "scripts": [
      "app/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "static/icons/48x48.png",
    "default_title": "Name to Email by Onmee",
    "default_popup": "index.html"
  },
  "web_accessible_resources": [
    "/static/css/app.css",
    "/static/media/*"
  ],
  "content_security_policy": "script-src 'self' 'sha256-V8Ya0+9PqENgwnYAshd7RQQz6BGESK+U0PBJO3I13Ss='; object-src 'self'"
}