bookwiz.io / public / manifest.json
manifest.json
Raw
{
  "id": "bookwiz-io-app",
  "name": "Bookwiz.io - AI-Powered Writing Platform",
  "short_name": "Bookwiz",
  "description": "Transform your writing with AI-powered tools for character development, plot organization, and intelligent writing assistance. The creative workspace serious authors have been waiting for.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F766E",
  "theme_color": "#0F766E",
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "writing", "tools", "education", "creativity"],
  "orientation": "portrait-primary",
  "screenshots": [
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bookwiz Desktop Interface"
    },
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bookwiz Mobile Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "New Book",
      "short_name": "New Book",
      "description": "Create a new book project",
      "url": "/dashboard?action=new",
      "icons": [{ "src": "/favicon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your writing projects",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon-192x192.png", "sizes": "192x192" }]
    }
  ]
}