{
  "id": "/tbapp",
  "name": "Techbird Workspace",
  "short_name": "Techbird",
  "description": "A unified workspace by Techbird for managing apps, tools, and workflows seamlessly",
  "theme_color": "#2563eb",
  "background_color": "#ffffff",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "start_url": "/tbapp",
  "scope": "/tbapp",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/pwa-512.png",
      "sizes": "409x409",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/pwa-144.png",
      "sizes": "144x144",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "icons/screen-shot.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "icons/screen-shot-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "gcm_sender_id": "103953800507",
  "ios": {
    "status_bar": "black-translucent",
    "apple-mobile-web-app-capable": "yes",
    "apple-mobile-web-app-status-bar-style": "black"
  },
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.techbird.app"
    },
    {
      "platform": "itunes",
      "id": "1234567890"
    }
  ]
}
