{
  "name": "StakTrakr — Precious Metals Inventory Tracker",
  "short_name": "StakTrakr",
  "description": "Track your silver, gold, platinum, and palladium portfolio. Live spot prices, melt values, gain/loss tracking.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#1a1a2e",
  "background_color": "#1a1a2e",
  "orientation": "any",
  "categories": ["finance", "utilities"],
  "icons": [
    {
      "src": "./images/safe-favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./images/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./images/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Metal Ratios",
      "short_name": "Ratios",
      "description": "Gold, silver, platinum & palladium ratios with history back to 1968",
      "url": "/ratios/",
      "icons": [
        {
          "src": "./images/ratios-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
