{
  "name": "Folio — Beautiful books, published from your browser",
  "short_name": "Folio",
  "description": "Write, format, and publish beautiful books — free, from your browser. Works offline; syncs when you're back online.",
  "start_url": "/app.html?src=twa",
  "scope": "/",
  "id": "/app.html",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#faf8f4",
  "theme_color": "#c9a86c",
  "lang": "en",
  "dir": "ltr",
  "categories": ["books", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open the Shelf",
      "short_name": "Shelf",
      "description": "Browse published folios",
      "url": "/shelf?src=twa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "New folio",
      "short_name": "New",
      "description": "Start a new folio in the editor",
      "url": "/app.html?src=twa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
