{
  "name": "TellbySMS Communications",
  "short_name": "TellbySMS",
  "description": "Send bulk SMS, manage contacts and check your balance on the go.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1e293b",
  "theme_color": "#2563eb",
  "lang": "en",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/assets/img/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Send SMS",
      "short_name": "Send",
      "url": "/send"
    },
    {
      "name": "Check Balance",
      "short_name": "Balance",
      "url": "/credits"
    }
  ]
}