{
  "name": "Authortorium",
  "short_name": "Authortorium",
  "description": "The Complete Author Ecosystem — write, publish, sell your books.",
  "theme_color": "#1B3A5C",
  "background_color": "#0f1923",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "start_url": "/",
  "categories": ["productivity", "education"],
  "icons": [
    {
      "src": "/images/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "My Books",
      "url": "/books",
      "icons": [{ "src": "/images/pwa-192.png", "sizes": "192x192" }]
    }
  ]
}
