{
  "id": "./",
  "name": "DIGITAL SOCIALS",
  "short_name": "DIGITAL SOCIALS",
  "description": "Shop products, manage your wallet, and track orders with your Telegram-linked DIGITAL SOCIALS account.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#080b0d",
  "theme_color": "#b7f34a",
  "categories": ["shopping", "finance", "utilities"],
  "icons": [
    {
      "src": "./app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop",
      "short_name": "Shop",
      "url": "./?view=shop",
      "icons": [{ "src": "./app-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "url": "./?view=orders",
      "icons": [{ "src": "./app-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
