{
  "id": "/alpha/",
  "name": "InkJug",
  "short_name": "InkJug",
  "description": "A simple wallet experience for sending, receiving, and managing digital value with InkJug.",
  "start_url": "/alpha/?wallet=open",
  "scope": "/",
  "display": "standalone",
  "background_color": "#EAFFF7",
  "theme_color": "#12355E",
  "categories": ["finance", "productivity"],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "/manifest.json",
      "id": "/alpha/"
    }
  ],
  "icons": [
    {
      "src": "/images/inkjug-icon-192-v5.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/inkjug-icon-512-v5.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Open my InkJug",
      "short_name": "Wallet",
      "url": "/alpha/?wallet=open",
      "icons": [{ "src": "/images/inkjug-icon-192-v5.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Account",
      "short_name": "Account",
      "url": "/alpha/account/",
      "icons": [{ "src": "/images/inkjug-icon-192-v5.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
