{
  "id": "com.authorium.app",
  "name": "Authorium — Publishing OS",
  "short_name": "Authorium",
  "description": "Write, edit, format, and publish your book with SAHAEL AI. The complete publishing operating system for independent authors.",
  "start_url": "/app",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1d1d1f",
  "lang": "en-US",
  "scope": "/",
  "categories": ["productivity", "education", "books"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Authorium Home — Your Publishing Library"
    }
  ],
  "shortcuts": [
    {
      "name": "My Library",
      "short_name": "Library",
      "description": "Open your book library",
      "url": "/app",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "New Book",
      "short_name": "New Book",
      "description": "Start a new book project",
      "url": "/app?new=1",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/app",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
