Mover

Mover

Migrate into Drive — from your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mover",
  "version": "0.0.1.2",
  "description": "Migrate into Drive — from your browser.",
  "icons": {
    "128": "icons/128x128.png"
  },
  "container": [
    "DOMAIN_INSTALLABLE",
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "536677932554",
  "app": {
    "launch": {
      "web_url": "https://app.mover.io",
      "container": "tab"
    }
  }
}