{
  "name": "Plato Scroll",
  "short_name": "Plato Scroll",
  "description": "An offline library of Platonic, Neoplatonic, and classical philosophical texts.",
  "start_url": "plato-scroll.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a1222",
  "theme_color": "#1a1222",
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}