{
  "name": "SMMGroww — Grow Your Social Presence",
  "short_name": "SMMGroww",
  "description": "Order growth services, track delivery and manage your wallet.",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F1F5F9",
  "theme_color": "#2563EB",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "https://api.smmgroww.com/api/public/brand-image/icon",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "https://api.smmgroww.com/api/public/brand-image/icon",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New order",
      "short_name": "New order",
      "url": "/new-order?source=pwa",
      "icons": [
        {
          "src": "https://api.smmgroww.com/api/public/brand-image/icon",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "My orders",
      "short_name": "Orders",
      "url": "/orders?source=pwa",
      "icons": [
        {
          "src": "https://api.smmgroww.com/api/public/brand-image/icon",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Add funds",
      "short_name": "Add funds",
      "url": "/add-funds?source=pwa",
      "icons": [
        {
          "src": "https://api.smmgroww.com/api/public/brand-image/icon",
          "sizes": "any"
        }
      ]
    }
  ]
}