{
  "name": "saysheep",
  "short_name": "saysheep",
  "description": "free stuff, found together 🐑",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f5f0e8",
  "theme_color": "#e8547a",
  "icons": [
    { "src": "images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["shopping", "lifestyle", "social"],
  "screenshots": [
    { "src": "images/og-image.png", "sizes": "1200x630", "type": "image/png", "form_factor": "wide", "label": "saysheep — free stuff, found together" }
  ],
  "share_target": {
    "action": "new",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "description",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Give something away",
      "short_name": "Give away",
      "url": "new",
      "icons": [{ "src": "images/new.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse nearby",
      "short_name": "Browse",
      "url": "list",
      "icons": [{ "src": "images/list.png", "sizes": "192x192" }]
    }
  ]
}
