{
  "name": "GoldPriceTools – Gold & Silver Calculator",
  "short_name": "GoldPriceTools",
  "description": "Free real-time gold and silver price calculator. 10K, 14K, 18K, 24K gold price per gram, scrap gold calculator, silver spot price.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0e0d0b",
  "theme_color": "#c9960e",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["finance", "utilities"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%230e0d0b'/><polygon points='40,130 96,62 152,130' fill='none' stroke='%23c9960e' stroke-width='10' stroke-linejoin='round'/><line x1='40' y1='145' x2='152' y2='145' stroke='%23c9960e' stroke-width='12' stroke-linecap='round'/></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Gold Calculator",
      "short_name": "Gold",
      "description": "Calculate gold price per gram by karat",
      "url": "/#calculators"
    },
    {
      "name": "Scrap Gold",
      "short_name": "Scrap",
      "description": "Scrap gold melt value calculator",
      "url": "/#calculators"
    }
  ]
}