Miro: whiteboard for remote teams

Miro: whiteboard for remote teams

The simplest visual collaboration platform for agile product teams, ux/ui designers, project leaders, marketers and creatives.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Miro: whiteboard for remote teams",
  "short_name": "Miro",
  "version": "1.0.97.2",
  "description": "The simplest visual collaboration platform for agile product teams, ux/ui designers, project leaders, marketers and creatives.",
  "icons": {
    "128": "icons/128.png"
  },
  "container": [
    "DOMAIN_INSTALLABLE",
    "GOOGLE_DRIVE"
  ],
  "permissions": [
    "clipboardRead",
    "clipboardWrite"
  ],
  "api_console_project_id": "1062019541050",
  "app": {
    "launch": {
      "web_url": "https://realtimeboard.com"
    }
  }
}