Paced Email – Temporary, disposable, burners

Paced Email – Temporary, disposable, burners

Temporary disposable emails by Paced Email. Temp mail with extra privacy and anonymous identity protection.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Paced Email – Temporary, disposable, burners",
  "short_name": "Paced Email",
  "description": "Temporary disposable emails by Paced Email. Temp mail with extra privacy and anonymous identity protection.",
  "version": "2.1.1",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_title": "Paced Email",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "webcomponents-bundle.js",
        "content/index.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "contextMenus",
    "storage",
    "tabs"
  ],
  "web_accessible_resources": [
    "content/index.css",
    "fonts/*"
  ]
}