{
  "name": "StockPlot",
  "short_name": "StockPlot",
  "description": "Stock watchlist and charts. Install: Chrome/Edge → Install app (not a desktop .lnk shortcut — Explorer adds the blue arrow only to .lnk). Samsung Internet → Add page to → Home screen.",
  "_install_chrome": "theme_color tints the installed PWA title bar (Windows/Chrome). Kept dark to match index.css --bg, not the blue accent.",
  "_windows_desktop_icon": "Shortcut overlay is from Windows for .lnk files, not from PNG icons. Pin from Start → All apps after Install app; avoid Send to desktop / Create shortcut.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#050608",
  "theme_color": "#050608",
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
