{
  "id": "payscrow-pwa",
  "name": "Payscrow - Personal Cabinet",
  "short_name": "Payscrow",
  "description": "International fintech platform for payment processing. Accept payments in any currency through API and dashboard.",
  "categories": ["business", "finance", "productivity"],
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "portrait-primary",
  "background_color": "#0b0b0b",
  "theme_color": "#000000",
  "status_bar_color": "#0b0b0b",
  "lang": "ru",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "/favicon.ico?v=4",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=4",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=4",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/payscrow-logo.svg?v=4",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "iarc_rating_id": "12345678901234567890",
  "scope_extensions": [
    {
      "origin": "https://app.payscrow.cfd"
    }
  ],

  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/pdf": [".pdf"],
        "text/plain": [".txt"],
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"]
      }
    }
  ],
  "handle_links": "preferred",
  "protocol_handlers": [],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [],
  "widgets": [
    {
      "name": "Payscrow Stats",
      "short_name": "Stats",
      "description": "Quick view of your payment statistics and account balance",
      "tag": "payscrow-stats",
      "template": "stats-widget",
      "ms_ac_template": "adaptive-card",
      "data": "/api/dashboard/stats",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icon-512.png?v=4",
          "sizes": "512x512",
          "label": "Payscrow Stats Widget"
        }
      ],
      "icons": [
        {
          "src": "/icon-512.png?v=4",
          "sizes": "512x512"
        }
      ],
      "auth": false,
      "update": 300
    },
    {
      "name": "Quick Actions",
      "short_name": "Actions", 
      "description": "Fast access to deposit and withdrawal functions",
      "tag": "payscrow-actions",
      "template": "actions-widget",
      "ms_ac_template": "adaptive-card",
      "data": "/api/user/actions",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icon-512.png?v=4", 
          "sizes": "512x512",
          "label": "Payscrow Actions Widget"
        }
      ],
      "icons": [
        {
          "src": "/icon-512.png?v=4",
          "sizes": "512x512"
        }
      ],
      "auth": true,
      "update": 600
    }
  ]
}
