{
  "name": "Tryst",
  "short_name": "Tryst",
  "description": "Save AO3 and Wattpad links to your Tryst shelf. Share a public work and we fetch it for you.",
  "id": "/tryst/",
  "start_url": "/tryst/",
  "scope": "/tryst/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#5B8CFF",
  "background_color": "#0C0F1F",
  "icons": [
    {
      "src": "/tryst/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/tryst/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/tryst/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/tryst/app/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
