Transfer OneDrive to Google Drive

Transfer OneDrive to Google Drive

Transfer files from OneDrive to Google Drive and vice versa.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Transfer OneDrive to Google Drive",
  "description": "Transfer files from OneDrive to Google Drive and vice versa.",
  "version": "1.0.0.7",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs3jOKhBYfWRQVWoKArr1gxzHEGiGMsXfR2U9IueV05u/0OY++nCRzqtg4o8RpVXunPlyyJgPKFQfyYV+wG46vYlCZDWf3VBYoZo3ILYfdctDnBmVO71DvpBTIyhO8nKamdPKAv1r5b8C6+nw12Xk6mBE+vyLYo9hiqc4qxcT4h4hXE6ucwX/JmlJanw1jBJCT9iUmtsf3idvNp7Wp8aFC9anwLoqZkqxHDwIUD7qBlJPMlVp0/ObbaIxOR351RPeKsNy7tQkciU4mVTeQju8TgLkcuGxO8ZL2kBFuK/iHuBp3oBaUtkBBAvYK++2X5X04h4VhujXYO0o89JkLA3afwIDAQAB",
  "permissions": [
    "cookies",
    "identity"
  ],
  "host_permissions": [
    "https://www.imanacloud.com/"
  ],
  "action": {
    "default_popup": "main.html",
    "default_icon": {
      "16": "/img/logo/logo16.png",
      "32": "/img/logo/logo32.png",
      "48": "/img/logo/logo48.png",
      "128": "/img/logo/logo128.png"
    }
  },
  "icons": {
    "16": "/img/logo/logo16.png",
    "32": "/img/logo/logo32.png",
    "48": "/img/logo/logo48.png",
    "128": "/img/logo/logo128.png"
  }
}