33mail - Defend your Inbox

33mail - Defend your Inbox

This extension allows you to easily create 33mail alias addresses whenever you need them

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "33mail - Defend your Inbox",
  "version": "3.0.0",
  "manifest_version": 2,
  "description": "This extension allows you to easily create 33mail alias addresses whenever you need them",
  "homepage_url": "https://www.33mail.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon16.png",
    "default_title": "33mail",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab",
    "https://api.ec2.33mail.com/*"
  ]
}