{
  "name": "BookFoundry — AI Book Writer",
  "short_name": "BookFoundry",
  "description": "Turn any idea into a finished book in minutes. Children's stories, novels, memoirs, or commercial books for Amazon KDP — written like a human.",
  "start_url": "/dashboard",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#020617",
  "background_color": "#020617",
  "lang": "en",
  "dir": "auto",
  "categories": ["productivity", "education", "books"],
  "related_applications": [
    {
      "platform": "play",
      "id": "com.nearbysoftware.BookFoundry",
      "url": "https://play.google.com/store/apps/details?id=com.nearbysoftware.BookFoundry"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/id6758406043"
    },
    {
      "platform": "windows",
      "url": "https://apps.microsoft.com/detail/9PPSZQP09ZGC"
    }
  ],
  "icons": [
    {
      "src": "/assets/favicon_io/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/favicon_io/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "file_handlers": [
    {
      "action": "/dashboard/forge?source=file_handler",
      "accept": {
        "application/pdf": [".pdf"],
        "application/epub+zip": [".epub"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "text/markdown": [".md", ".markdown"],
        "text/plain": [".txt"],
        "text/html": [".html", ".htm"]
      },
      "icons": [
        {
          "src": "/assets/favicon_io/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "/dashboard/forge?source=share_target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "files": [
        {
          "name": "file",
          "accept": [
            "application/pdf",
            "application/epub+zip",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "text/markdown",
            "text/plain",
            "text/html",
            ".pdf",
            ".epub",
            ".docx",
            ".md",
            ".markdown",
            ".txt",
            ".html",
            ".htm"
          ]
        }
      ]
    }
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
