{
  "name": "Anvilmint | Solana Token Creator",
  "short_name": "Anvilmint",
  "description": "Create a Solana SPL token from your browser. Non-custodial, no account, no code.",
  "start_url": "/create-token/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0b0d10",
  "theme_color": "#0b0d10",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["finance", "utilities", "productivity"],
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create a token",
      "short_name": "Create",
      "description": "Open the Solana token creator",
      "url": "/create-token/?utm_source=pwa-shortcut"
    },
    {
      "name": "Fees explained",
      "short_name": "Fees",
      "description": "See the full cost breakdown",
      "url": "/fees/?utm_source=pwa-shortcut"
    }
  ]
}
