{
  "name": "SPLCreator — Solana Token Creator",
  "short_name": "SPLCreator",
  "description": "Create your own Solana SPL token in seconds. No code required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#07070F",
  "theme_color": "#9945FF",
  "orientation": "portrait-primary",
  "categories": ["finance", "productivity", "utilities"],
  "lang": "en",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og/home.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Token",
      "short_name": "Create",
      "description": "Open the token creation wizard",
      "url": "/create",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    }
  ]
}
