ClypSync

ClypSync

Share clipboard between pc and android phone

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ClypSync",
  "description": "Share clipboard between pc and android phone",
  "version": "1.0.6",
  "manifest_version": 2,
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "permissions": [
    "storage",
    "https://clypsync.herokuapp.com/",
    "notifications",
    "background"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/assets/icon/logo.png",
      "128": "/assets/icon/logo2.png"
    }
  },
  "icons": {
    "16": "/assets/icon/logo.png",
    "128": "/assets/icon/logo2.png"
  }
}