{
  "name": "Solana NFT Creator",
  "short_name": "SNC",
  "description": "No-code Solana NFT creator. Mint NFTs on Solana mainnet with full Metaplex metadata, royalties, and collection support.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0b12",
  "theme_color": "#8b5cf6",
  "lang": "en",
  "categories": ["art", "productivity", "social"],
  "icons": [
    {
      "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
