{
  "name": "DS Software",
  "short_name": "DS App",
  "description": "Delivery Management System for riders",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#070710",
  "theme_color": "#7c3aed",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://placehold.co/192x192/7c3aed/ffffff?text=DS",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://placehold.co/512x512/7c3aed/ffffff?text=DS",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}