{
  "name": "Gish — gift + wish",
  "short_name": "Gish",
  "description": "The wishlist that becomes a receipt. Six ways to give — gifts, group-buys, outcome-funds, patron, cause, mutual aid. gishme.com",
  "id": "/dashboard.html",
  "start_url": "/dashboard.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#0A0510",
  "theme_color": "#0A0510",
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    { "src": "/icons/icon-72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Capture wish",        "short_name": "Capture", "url": "/dashboard.html#capture", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Browse public wishes","short_name": "Explore", "url": "/explore.html",           "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "My profile",          "short_name": "Profile", "url": "/profile.html",           "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ],
  "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" }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
