{
  "id": "/",
  "name": "Pins — A travel journal",
  "short_name": "Pins",
  "description": "Pin the places you've been. Keep a beautiful travel journal with trips, passport stamps, photos, offline maps and shareable stories.",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": { "client_mode": ["focus-existing", "auto"] },
  "orientation": "portrait",
  "background_color": "#f7f5f0",
  "theme_color": "#2c4a3e",
  "categories": ["travel", "lifestyle", "photo"],
  "shortcuts": [
    {
      "name": "Drop a pin",
      "short_name": "Drop pin",
      "description": "Pick a spot on the map and pin it",
      "url": "/?action=add",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Pin a photo",
      "short_name": "Photo pin",
      "description": "Snap or choose a photo — Pins reads where it was taken",
      "url": "/?action=capture",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [{ "name": "photos", "accept": ["image/*"] }]
    }
  },
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/narrow-map.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your travel journal — pins, trips and passport stamps"
    },
    {
      "src": "/screenshots/narrow-landing.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pins — a vintage atlas for the places you love"
    },
    {
      "src": "/screenshots/wide-dashboard.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "The world map with your pinned journeys"
    }
  ]
}
