{
  "name": "Sovereign Troy",
  "short_name": "Sovereign Troy",
  "description": "Track your precious metals stack \u2014 gold, silver, platinum, palladium, and copper.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#0d1b35",
  "theme_color": "#0d1b35",
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "finance",
    "utilities"
  ],
  "id": "com.sovereigntroy.com",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Add Holding",
      "short_name": "Add",
      "description": "Log a new precious metals holding",
      "url": "/app/holdings/add",
      "icons": [
        {
          "src": "/icons/shortcut-add.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Holdings",
      "short_name": "Holdings",
      "description": "View your precious metals portfolio",
      "url": "/app/holdings",
      "icons": [
        {
          "src": "/icons/shortcut-holdings.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Live Prices",
      "short_name": "Prices",
      "description": "Live gold and silver spot prices",
      "url": "/app/markets",
      "icons": [
        {
          "src": "/icons/shortcut-prices.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Price Alerts",
      "short_name": "Alerts",
      "description": "Set and view price alerts",
      "url": "/app/alerts",
      "icons": [
        {
          "src": "/icons/shortcut-alerts.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Portfolio dashboard \u2014 total value, P&L, metal breakdown"
    },
    {
      "src": "/screenshots/mobile-holdings.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Holdings list with cost basis and gain/loss per item"
    },
    {
      "src": "/screenshots/mobile-ai.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Ask Assay \u2014 AI portfolio advisor powered by Claude"
    },
    {
      "src": "/screenshots/mobile-milestones.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Milestones \u2014 celebrate every oz of progress"
    },
    {
      "src": "/screenshots/mobile-estate.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Stack Letter \u2014 estate planning built into your tracker"
    }
  ],
  "related_applications": []
}