{
  "name": "3G壁纸网站",
  "short_name": "3G壁纸",
  "description": "高清壁纸搜索和下载网站",
  "start_url": "/?pwa_mode=true&t=pwa",
  "id": "3gbizhi-pwa-v2",
  "scope": "/",
  "display": "standalone",
  "background_color": "#292c2f",
  "theme_color": "#000000",
  "orientation": "portrait",
  "update_via_cache": "imports",
  "categories": ["wallpaper", "photography", "entertainment"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "related_applications": [
    {
      "platform": "web",
      "url": "https://desk.3gbizhi.com"
    },
    {
      "platform": "web",
      "url": "https://m.desk.3gbizhi.com"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/mobile/images/screenshots/home.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "首页"
    },
    {
      "src": "/assets/mobile/images/screenshots/search.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "搜索页面"
    }
  ],
  "icons": [
    {
      "src": "/assets/mobile/images/pwa-icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/mobile/images/pwa-icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/mobile/images/pwa-icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/mobile/images/pwa-icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/mobile/images/pwa-icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/mobile/images/pwa-icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/mobile/images/pwa-icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/mobile/images/pwa-icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/mobile/images/pwa-icons/icon-monochrome.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ]
} 