﻿{
  "name": "MyGuestStar",
  "short_name": "MyGuestStar",
  "description": "Manage your restaurant reviews with AI",
  "start_url": "/dashboard.html",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#E8620A",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml" }
  ]
}