{
  "name": "DCP Wallet",
  "short_name": "DCP",
  "description": "Liquid Glass Progressive Web App for tracking, receiving, and sending DCP through real backend telemetry.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "categories": ["finance", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/dalora_logo.png?v13",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/dalora_logo.png?v13",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/dalora_logo.png?v13",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Send",
      "short_name": "Send",
      "description": "Send ETH or DCP tokens",
      "url": "/send"
    },
    {
      "name": "Receive",
      "short_name": "Receive",
      "description": "Receive ETH or DCP tokens",
      "url": "/receive"
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "Review indexed DCP transactions",
      "url": "/history"
    },
    {
      "name": "Assets",
      "short_name": "Assets",
      "description": "Inspect DCP asset telemetry",
      "url": "/assets"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+ethereum",
      "url": "/receive?uri=%s"
    }
  ],
  "share_target": {
    "action": "/receive",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
