{
  "name": "Folio Reader",
  "short_name": "Folio",
  "description": "Transform PDFs into beautiful books. Your books never leave your device.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#191008",
  "theme_color": "#191008",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Library",
      "url": "/#library"
    },
    {
      "name": "Support",
      "url": "/#support"
    }
  ],
  "categories": ["books", "education", "productivity"]
}
