{
  "id": "/",
  "name": "Nova Studio",
  "short_name": "Nova AI",
  "description": "Nova Studio helps you orchestrate AI conversations, manage models, and share results across your workspace.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#111214",
  "theme_color": "#111214",
  "categories": ["productivity", "utilities"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New conversation",
      "short_name": "New chat",
      "description": "Start a fresh conversation",
      "url": "/?intent=new-thread"
    },
    {
      "name": "Pinned threads",
      "short_name": "Pins",
      "description": "Jump to your pinned conversations",
      "url": "/?intent=pins"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "text/plain", "application/pdf"]
        }
      ]
    }
  }
}
