{
  "name": "HeyLook - Move content from shared to seen",
  "short_name": "HeyLook",
  "description": "Save, organize, and respond to shared content",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f7fa",
  "theme_color": "#c49bfa",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/add-link",
    "method": "GET",
    "params": {
      "url": "url",
      "title": "title"
    }
  },
  "categories": ["productivity", "social"],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}