{
  "name": "ZikFash — Tailor's Record Book",
  "short_name": "ZikFash",
  "description": "Smart order and measurement manager for Nigerian tailors.",
  "id": "/",
  "start_url": "./",
  "display": "fullscreen",
  "display_override": ["window-controls-overlay", "fullscreen", "standalone"],
  "orientation": "portrait-primary",
  "background_color": "#faf6f0",
  "theme_color": "#1a1208",
  "categories": ["business", "productivity"],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://zikfash.vercel.app/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Customer",
      "short_name": "New",
      "description": "Add a new customer and measurements",
      "url": "./?action=new-customer",
      "icons": [{ "src": "android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Orders",
      "short_name": "Orders",
      "description": "View all active orders",
      "url": "./?action=view-orders",
      "icons": [{ "src": "android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share-receipt",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "receipt",
          "accept": ["image/*", "image/jpeg", "image/png", "image/webp"]
        }
      ]
    }
  }
}
