{
  "name": "NovaMint — NFT Collection",
  "short_name": "NovaMint",
  "description": "10,000 unique generative NFTs. Mint, stake, and unlock exclusive access.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#04040A",
  "theme_color": "#00D4FF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mint NFT",
      "url": "/",
      "description": "Go to the mint page"
    },
    {
      "name": "My Portfolio",
      "url": "/portfolio",
      "description": "View your NFTs"
    },
    {
      "name": "Staking",
      "url": "/staking",
      "description": "Stake your NFTs"
    }
  ],
  "categories": ["finance", "entertainment"]
}