{
  "name": "American Coin - Secure Cryptocurrency Wallet",
  "short_name": "American Coin",
  "description": "Manage your cryptocurrency portfolio with American Coin. Securely store, send, receive, and track Bitcoin (BTC), Ethereum (ETH), and American Coin (AMC) with bank-grade security.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Wallet",
      "short_name": "Wallet",
      "description": "View your wallet",
      "url": "/wallet",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Scanner",
      "short_name": "Scanner",
      "description": "Scan QR codes",
      "url": "/scanner",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}

