{
  "name": "ETHTokenLaunch",
  "short_name": "ETL",
  "description": "Create and launch ERC-20 tokens on Ethereum without code. Set name, symbol, supply, and decimals, then deploy directly to mainnet.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0f1e",
  "theme_color": "#627eea",
  "lang": "en",
  "categories": ["finance", "productivity", "developer"],
  "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"
    }
  ]
}
