{
  "name": "FinishTheBook.ai",
  "short_name": "FinishTheBook",
  "description": "The Author Success Platform for KU Romance",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#FAF7F2",
  "theme_color": "#B07D8A",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["productivity", "books", "lifestyle"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "auto"
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "shortcuts": [
    {
      "name": "Open writer",
      "short_name": "Write",
      "description": "Jump straight into your current chapter.",
      "url": "/dashboard",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Your books",
      "short_name": "Books",
      "description": "See every series and standalone you're writing.",
      "url": "/home",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Profile, voice, billing, and preferences.",
      "url": "/settings",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/phone-home.png",
      "sizes": "1075x1758",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your books, phone"
    },
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "2676x1726",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Your books, desktop"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
