{
  "name": "Vishto",
  "short_name": "Vishto",
  "description": "Your personal wishlist management platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F7F5F0",
  "theme_color": "#F7F5F0",
  "categories": ["shopping", "lifestyle", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Product",
      "short_name": "Add",
      "description": "Add a new product to your wishlist",
      "url": "/share",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text", 
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/share",
      "accept": {
        "text/plain": [".txt", ".md"],
        "text/html": [".html", ".htm"]
      }
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}