{
  "name": "What Will My Car Cost",
  "short_name": "What Will My Car Cost",
  "description": "Fix the analytics gate so an already-signed-in unauthorized Google session can sign out and switch to the authorized account; show the current signed-in email when available without weakening backend authorization.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "any",
  "icons": [
    {
      "src": "https://appdeploy.ai/assets/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://appdeploy.ai/assets/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "scope": "./"
}