{
  "name": "monō ai",
  "short_name": "monō",
  "start_url": "/",
  "id": "/",
  "description": "AI-native. Today.",
  "theme_color": "#1e293b",
  "background_color": "#FFFFFF",
  "display": "standalone",
  "lang": "en-au",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "scope": "/",
  "display_override": ["standalone"],
  "categories": ["business", "productivity", "ai", "developer tools"],
  "icons": [
    {
      "purpose": "maskable",
      "sizes": "512x512",
      "src": "/theme/maskable-icon.svg",
      "type": "image/svg+xml"
    },
    {
      "purpose": "any",
      "sizes": "512x512",
      "src": "/theme/icon.png",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/theme/screenshot-desktop.png",
      "sizes": "2874x1560",
      "type": "image/jpeg",
      "form_factor": "wide"
    },
    {
      "src": "/theme/screenshot-mobile.png",
      "sizes": "638x1390",
      "type": "image/jpeg",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "New Conversation",
      "url": "/home",
      "description": "Start a new conversation",
      "icons": [
        {
          "src": "/theme/icon.png",
          "type": "image/png",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "Conversations",
      "url": "/conversations",
      "description": "Manage your conversations",
      "icons": [
        {
          "src": "/theme/icon.png",
          "type": "image/png",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "My Work Items",
      "url": "/workspace/my-items",
      "description": "View your work items",
      "icons": [
        {
          "src": "/theme/icon.png",
          "type": "image/png",
          "sizes": "512x512"
        }
      ]
    }
  ],
  "share_target": {
    "action": "Send to monō ai",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "The title of the content you would like to share",
      "text": "The text of the content you would like to share",
      "url": "The url of the content you would like to share"
    }
  },
  "file_handlers": [
    {
      "action": "/upload",
      "accept": {
        "image/*": [".png", ".jpg", ".jpeg", ".gif", ".webp", ".svg"],
        "text/*": [
          ".txt",
          ".md",
          ".csv",
          ".json",
          ".xml",
          ".html",
          ".css",
          ".js",
          ".ts",
          ".jsx",
          ".tsx"
        ],
        "application/pdf": [".pdf"],
        "application/msword": [".doc", ".docx"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
        "application/vnd.ms-excel": [".xls"],
        "application/json": [".json"]
      }
    }
  ]
}
