{
  "name": "QuillGenie",
  "short_name": "QuillGenie",
  "description": "The AI operating system for authors. Validate your idea, write your manuscript, publish professionally.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0D0F14",
  "theme_color": "#0D0F14",
  "lang": "en",
  "categories": ["productivity", "business", "education"],
  "icons": [
    {
      "src": "/brand/quillgenie-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "48x48",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "New Book",
      "short_name": "New Book",
      "description": "Start a new book project",
      "url": "/?action=new-book",
      "icons": [{ "src": "/favicon.png", "sizes": "48x48" }]
    },
    {
      "name": "Library",
      "short_name": "Library",
      "description": "Browse your book projects",
      "url": "/library",
      "icons": [{ "src": "/favicon.png", "sizes": "48x48" }]
    }
  ]
}
