{
  "short_name": "Link²Ur",
  "name": "Link²Ur - Connect, Capability, Create",
  "description": "Professional task publishing and skill matching platform, linking skilled people with those in need, making value creation more efficient.",
  "icons": [
    {
      "src": "/static/pwa.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/pwa.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/pwa.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/pwa.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "theme_color": "#007AFF",
  "background_color": "#ffffff",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "social"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "发布任务",
      "short_name": "发布",
      "description": "快速发布新任务",
      "url": "/zh/publish",
      "icons": [{ "src": "/static/pwa.png", "sizes": "192x192" }]
    },
    {
      "name": "任务列表",
      "short_name": "任务",
      "description": "浏览所有任务",
      "url": "/zh/tasks",
      "icons": [{ "src": "/static/pwa.png", "sizes": "192x192" }]
    },
    {
      "name": "Publish Task",
      "short_name": "Publish",
      "description": "Quickly publish a new task",
      "url": "/en/publish",
      "icons": [{ "src": "/static/pwa.png", "sizes": "192x192" }]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "Browse all tasks",
      "url": "/en/tasks",
      "icons": [{ "src": "/static/pwa.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/zh/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false
}