{
  "id": "https://app.treopos.com/?source=pwa",
  "name": "TreoPOS",
  "short_name": "TreoPOS",
  "description": "Point of sale for restaurants and retail — keeps selling when the connection drops.",
  "start_url": "https://app.treopos.com/?source=pwa",
  "scope": "https://app.treopos.com/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Outlets",
      "short_name": "Outlets",
      "description": "Jump straight to the outlet list and open a till.",
      "url": "https://app.treopos.com/tenant/outlets?source=pwa"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Today's takings and activity.",
      "url": "https://app.treopos.com/dashboard?source=pwa"
    }
  ]
}
