Guerrilla Mail

Guerrilla Mail

This plugin will help you to get disposable email fast and without leaving current page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Guerrilla Mail",
  "version": "1.0.4",
  "description": "This plugin will help you to get disposable email fast and without leaving current page.",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "author": "http://www.amazonscout.com",
  "homepage_url": "http://www.amazonscout.com",
  "permissions": [
    "storage",
    "cookies",
    "*://www.guerrillamail.com/*"
  ],
  "browser_action": {
    "default_icon": "images/48.png",
    "default_popup": "window.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "*"
  ]
}