Multiple Forward for Gmail

Multiple Forward for Gmail

Forward multiple emails with one click. Transfer and migrate all your emails.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/welcome.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/popup.js",
        "js/sweetalert.min.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "homepage_url": "https://multi-email-forward.freebusinessapps.net/",
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "64": "img/icon-64.png",
    "128": "img/icon-128.png",
    "256": "img/icon-256.png"
  },
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "version": "3.0.0",
  "action": {
    "default_icon": {
      "16": "img/icon-16.png",
      "48": "img/icon-48.png",
      "128": "img/icon-128.png"
    },
    "default_popup": "ui/popup.html",
    "default_title": "__MSG_app_name__"
  }
}