{
  "name": "ScienceOS — AI-Powered LaTeX Editor",
  "short_name": "ScienceOS",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0b1220",
  "theme_color": "#0f172a",
  "description": "AI-powered LaTeX editor for academic writing. Write, compile, and collaborate on scientific documents with AI assistance.",
  "categories": ["productivity", "education", "utilities"],
  "orientation": "any",
  "icons": [
    { "src": "/icons/icon-192.png", "type": "image/png", "sizes": "192x192" },
    { "src": "/icons/icon-512.png", "type": "image/png", "sizes": "512x512" },
    { "src": "/icons/maskable-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "application/pdf",
            "image/*",
            "text/html",
            "text/plain",
            "text/markdown",
            ".tex",
            ".bib",
            "application/octet-stream"
          ]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "New Project",
      "url": "/editor",
      "description": "Create a new LaTeX project"
    },
    {
      "name": "My Projects",
      "url": "/",
      "description": "View your LaTeX projects"
    },
    {
      "name": "Marketplace",
      "url": "/marketplace",
      "description": "Browse templates and extensions"
    }
  ]
}
