Send-to-Desktop

Send-to-Desktop

Open links on desktop previously saved on your mobile

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Send-to-Desktop",
  "description": "__MSG_description__",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "bookmarks",
    "tabs"
  ],
  "version": "1.0.0",
  "manifest_version": 2,
  "author": "Augustin Riedinger",
  "default_locale": "en",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png",
    "256": "icon-256.png"
  }
}