{
  "short_name": "Peer2Safe",
  "name": "Peer2Safe - P2P Currency Exchange",
  "icons": [
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": ".",
  "display": "fullscreen",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "status_bar": "black-translucent",
  "orientation": "portrait",
  "description": "Premium Peer-to-Peer Currency Exchange Platform",
  "categories": ["finance", "business"],
  "shortcuts": [
    {
      "name": "Create Offer",
      "url": "/offers/create",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Trades",
      "url": "/dashboard/trades",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "type": "image/png",
      "sizes": "1280x720",
      "form_factor": "wide"
    }
  ]
}
