{
  "name": "Gish — gift + wish",
  "short_name": "Gish",
  "description": "A wishlist that becomes a receipt. Solo gifts, group buys, outcome funds. gishme.com",
  "start_url": "/dashboard.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0510",
  "theme_color": "#0A0510",
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Capture wish", "short_name": "Capture", "url": "/dashboard.html#capture", "icons": [{ "src": "/favicon.svg", "sizes": "any" }] },
    { "name": "Browse public wishes", "short_name": "Explore", "url": "/explore.html", "icons": [{ "src": "/favicon.svg", "sizes": "any" }] },
    { "name": "My profile", "short_name": "Profile", "url": "/profile.html", "icons": [{ "src": "/favicon.svg", "sizes": "any" }] }
  ],
  "categories": ["lifestyle", "social", "shopping"],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url"
    }
  },
  "protocol_handlers": [
    { "protocol": "web+gish", "url": "/dashboard.html?proto=%s" }
  ],
  "screenshots": [
    { "src": "https://images.unsplash.com/photo-1502672023488-70e25813eb80?w=1280", "sizes": "1280x720", "type": "image/jpeg", "form_factor": "wide", "label": "Public wishes feed" }
  ]
}
