Mutant Mail - One Mailbox for All Email IDs

Mutant Mail - One Mailbox for All Email IDs

Never miss an important email again! Manage all your email IDs in Single Inbox with our Email Router.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Mutant Mail - One Mailbox for All Email IDs",
  "short_name": "Mutant Mail",
  "author": "Fresent LLC",
  "description": "Never miss an important email again! Manage all your email IDs in Single Inbox with our Email Router.",
  "homepage_url": "https://mutantmail.com",
  "version": "1.0.0",
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "96": "img/icon_96.png",
    "128": "img/icon_128.png"
  },
  "action": {
    "default_title": "Mutant Mail",
    "default_popup": "app.html"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self'"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "sidebar_action": {
    "default_icon": {
      "16": "img/icon_16.png",
      "32": "img/icon_32.png",
      "48": "img/icon_48.png",
      "96": "img/icon_96.png",
      "128": "img/icon_128.png"
    },
    "default_title": "Mutant Mail",
    "default_panel": "app.html"
  }
}