{
  "name": "BlueBird",
  "short_name": "BlueBird",
  "start_url": "https://hvac.bluebirdai.app",
  "display": "standalone",
  "description": "BlueBird",
  "lang": "en",
  "dir": "auto",
  "theme_color": "#2d3f7b",
  "background_color": "#FFFFFF",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icons/manifest-icon-192.bluebg.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/manifest-icon-512.bluebg.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/screenshots/1280x800-screenshot.png",
      "sizes": "1280x800",
      "type": "image/png"
    },
    {
      "src": "screenshots/screenshots/750x1334-screenshot.png",
      "sizes": "750x1334",
      "type": "image/png"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "BlueBirdAI",
      "url": "https://hvac.bluebirdai.app/",
      "description": "A description of the functionality of this shortcut"
    }
  ],
  "display_override": [
    "standalone",
    "fullscreen",
    "browser",
    "window-controls-overlay"
  ]
}