{
  "name": "with - 漫長夜晚",
  "short_name": "with",
  "description": "絕對匿名聊天室，注重隱私與匿名性，暢所欲言的安全空間",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#63C3D1",
  "theme_color": "#63C3D1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["social", "communication"],
  "screenshots": [
    {
      "src": "/screenshot-1.svg",
      "sizes": "1080x1920",
      "type": "image/svg+xml",
      "label": "主畫面"
    },
    {
      "src": "/screenshot-2.svg",
      "sizes": "1080x1920",
      "type": "image/svg+xml",
      "label": "聊天室"
    }
  ],
  "shortcuts": [
    {
      "name": "建立房間",
      "short_name": "新房間",
      "description": "建立新的聊天室",
      "url": "/?action=create-room",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "私人訊息",
      "short_name": "私訊",
      "description": "查看私人訊息",
      "url": "/?tab=private",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*", "audio/*"]
        }
      ]
    }
  },
  "prefer_related_applications": false,
  "related_applications": []
}
