{
  "name": "Peaq Human Node Beacon",
  "short_name": "PHN Beacon",
  "description": "Installable PHN companion app for presale, staking, wallet connect, node activation, vesting and support.",
  "start_url": "/download.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f7fbff",
  "theme_color": "#0b1f33",
  "categories": ["finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "/assets/phn-logo-minimal-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/phn-logo-minimal-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/phn-logo-minimal-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Buy PHN", "url": "/buy.html", "description": "Open the PHN presale page" },
    { "name": "Stake PHN", "url": "/staking.html", "description": "Open PHN staking" },
    { "name": "Run Node", "url": "/activate-node.html", "description": "Open node activation" }
  ]
}
