{
  "name": "Something Project",
  "short_name": "Something",
  "description": "Partner and affiliate dashboard for Something Project.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#f3f3f1",
  "theme_color": "#111114",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/image.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/live.png",
      "sizes": "1254x1254",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/smthicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/image.png", "sizes": "512x512" }]
    },
    {
      "name": "Affiliate",
      "short_name": "Affiliate",
      "url": "/partner",
      "icons": [{ "src": "/image.png", "sizes": "512x512" }]
    }
  ]
}
