{
  "name": "Gold Valuation Tracker",
  "short_name": "Gold Tracker",
  "description": "Interactive gold purity, valuation, and investment tracker.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fbf7ed",
  "theme_color": "#3b2a20",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}