{
  "name": "Vow — Plan the day. Savor the year.",
  "short_name": "Vow",
  "description": "A calm, editorial command center for engaged couples planning their wedding together.",
  "id": "/",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#FAF7F2",
  "background_color": "#FAF7F2",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["lifestyle", "productivity", "social"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open today's tasks",
      "short_name": "Tasks",
      "description": "Jump into your timeline",
      "url": "/timeline",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pin inspiration",
      "short_name": "Pin",
      "description": "Add a new inspiration item",
      "url": "/inspiration?action=add",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Day-of runsheet",
      "short_name": "Runsheet",
      "description": "Open the day-of timeline",
      "url": "/timeline/day-of",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/inspiration/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
