Office - Enable Copy and Paste

Office - Enable Copy and Paste

Cut, copy, and paste from the right-click menu and ribbon in Office on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "0.1.11.5",
  "default_locale": "en",
  "minimum_chrome_version": "26",
  "background": {
    "page": "background.html"
  },
  "externally_connectable": {
    "matches": [
      "https://*.officeapps.live.com/*",
      "https://*.partner.officewebapps.cn/*",
      "https://*.gov.online.office365.us/*",
      "https://*.dod.online.office365.us/*",
      "https://project.microsoft.com/*",
      "https://*.whiteboard.microsoft.com/*",
      "https://whiteboard.office.com/*",
      "https://whiteboard.office365.us/*",
      "https://whiteboard.apps.mil/*"
    ]
  },
  "permissions": [
    "clipboardRead"
  ],
  "content_security_policy": "default-src 'none'; script-src 'self'",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}