{
  "name": "BinMe — Your links, your identity, your wallets",
  "short_name": "BinMe",
  "description": "Create a beautiful profile page with links, Web3 wallets, and custom themes. One URL for your entire digital presence.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#09090b",
  "theme_color": "#4f6df5",
  "categories": ["social", "productivity", "utilities"],
  "lang": "en",
  "icons": [
    {
      "src": "/binme.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/binme.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/binme.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "BinMe profile page"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Manage your BinMe profile",
      "url": "/dashboard",
      "icons": [{ "src": "/binme.png", "sizes": "512x512" }]
    },
    {
      "name": "Create Account",
      "short_name": "Register",
      "description": "Create your BinMe profile",
      "url": "/register",
      "icons": [{ "src": "/binme.png", "sizes": "512x512" }]
    }
  ]
}
