{

  "name": "Inbox",
  "short_name": "Inbox",
  "start_url": "/",
  "display": "standalone",

  "share_target": {
    "action": "/api/inbound_queue_insert.php",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "selected_text",
      "url": "url"
    }
  }
}