{
  "name": "Algocipher",
  "short_name": "Algocipher",
  "description": "Your trading technology solutions partner",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "orientation": "portrait",
  "categories": ["business", "finance", "technology"],
  "screenshots": [
    {
      "src": "/images/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Project",
      "short_name": "New Project",
      "description": "Create a new project",
      "url": "/create-project",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
} 