{
  "id": "/account",
  "scope": "/account",
  "name": "Umall",
  "display": "standalone",
  "start_url": "/account/index.php",
  "short_name": "U-Hub",
  "theme_color": "#fc0808",
  "description": "U-hub is the official user management system for Umall E-commerce platform",
  "orientation": "any",
  "background_color": "#fff",
  "related_applications": [],
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "assets/icons/512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "assets/icons/192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "assets/icons/24x24.png",
      "sizes": "24x24",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "assets/screenshots/screen.png",
      "sizes": "1617x1012",
      "type": "image/png"
    }
  ],
  "features": [
    "Cross Platform",
    "fast",
    "simple"
  ],
  "categories": [
    "social"
  ],
  "shortcuts": [
    {
      "name": "Signup",
      "short_name": "Signup",
      "description": "Create account",
      "url": "/Signup",
      "icons": [{ "src": "assets/icons/192x192.png", "sizes": "192x192" }]
    }
  ],
  "widgets": [
    {
      "name": "U-Hub",
      "tag": "U-Hub",
      "ms_ac_template": "widget/ac.json",
      "data": "widget/data.json",
      "description": "U-hub is the official user management system for Umall E-commerce platform",
      "screenshots": [
        {
          "src": "assets/screenshots/widget-screen.png",
          "sizes": "500x500",
          "label": "Widget screenshot"
        }
      ],
      "icons": [
        {
          "src": "assets/icons/48x48.png",
          "sizes": "48x48"
        }
      ]
    }
  ]
}
