{
  "name": "0ms.ai | EdgeOne AI Edge Chatbot",
  "short_name": "0ms.ai",
  "description": "0ms.ai is built on Tencent EdgeOne AI, deployed on EdgeOne Pages, powered by DeepSeek 671B, delivering ultra-low latency free edge AI services for global users.",
  "start_url": "/?utm_source=pwa&utm_medium=webapp",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#165DFF",
  "background_color": "#FFFFFF",
  "icons": [
    {
      "src": "/favicon.ico",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["ai", "productivity", "developer tools", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "shortcuts": [
    {
      "name": "New AI Chat",
      "short_name": "New Chat",
      "description": "Start a new edge AI chat on 0ms.ai, powered by EdgeOne AI",
      "url": "/?new=1",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
