Clipboard - Paste Anywhere

Clipboard - Paste Anywhere

A clipboard app that synchronizes across iOS, android and chrome extensions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Clipboard - Paste Anywhere",
  "version": "2.0.1",
  "description": "A clipboard app that synchronizes across iOS, android and chrome extensions",
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Clipboard - Paste Anywhere",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "permissions": [
    "storage",
    "clipboardRead",
    "clipboardWrite"
  ],
  "content_security_policy": "default-src 'self'; frame-src 'self'; script-src http://localhost:54405 https://localhost:54405 'self' 'unsafe-eval' 'sha256-oNuFaJkpmWa1ZPRmfqcXe8KtWu758fDTuOd9JtjNPiE='; connect-src http://192.168.0.15:4000 https://192.168.0.15:4000 https://clipboard-node.herokuapp.com; style-src * 'unsafe-inline' blob:; font-src 'self' data:; img-src 'self' data: https://localhost:54405;"
}