{
  "name": "智慧种植园",
  "short_name": "智慧种植园",
  "description": "智慧种植园，种植美好生活...",
  "start_url": "/?source=pwa",
  "version": "1.3.0",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00d264",
  "orientation": "portrait",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["business", "news", "utilities", "productivity"],
  "icons": [
    {
      "src": "/static/icon/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icon/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "农业资讯",
      "short_name": "资讯",
      "description": "查看最新农业资讯",
      "url": "/?tab=news",
      "icons": [{ "src": "/static/icon/logo-192.png", "sizes": "192x192" }]
    },
    {
      "name": "种植栽培",
      "short_name": "栽培",
      "description": "学习种植栽培技术",
      "url": "/?tab=planting",
      "icons": [{ "src": "/static/icon/logo-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
