{
  "name": "Thaw",
  "short_name": "Thaw",
  "description": "The inbox for your paper.",
  "start_url": "/capture?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5f9fc",
  "theme_color": "#f5f9fc",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    { "name": "Take a photo", "url": "/capture", "description": "Photograph a document" },
    { "name": "Inbox", "url": "/inbox" },
    { "name": "Up next", "url": "/up-next" }
  ]
}
