P2P File Drop with Drive, Dropbox

P2P File Drop with Drive, Dropbox

Transfer a file via web P2P seed tracker. Simple and convenient transfer files with HTML5 P2P. Send from computer, Google Drive.

Additional files are visible only to premium users

manifest.json


{
  "app": {
    "launch": {
      "web_url": "https://imclient.herokuapp.com/p2pdrop/"
    },
    "urls": [
      "https://imclient.herokuapp.com/p2pdrop/"
    ]
  },
  "api_console_project_id": "611949053567",
  "container": [
    "DOMAIN_INSTALLABLE",
    "GOOGLE_DRIVE"
  ],
  "description": "Transfer a file via web P2P seed tracker. Simple and convenient transfer files with HTML5 P2P. Send from computer, Google Drive.",
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  },
  "name": "P2P File Drop with Drive, Dropbox",
  "permissions": [
    "unlimitedStorage"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.2.4"
}